Html Css Color HEX #6900BE Purple Heart

📋 copy color: '#6900BE'

red 105 ◦ green 0 ◦ blue 190

#6900BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6900BE

Tints of Purple Heart #6900BE

RGB

 RED value IS 105 (41.41% from 255) = 35.59%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 190 (74.61% from 255) = 64.41%

R = 35.59%
G = 0%
B = 64.41%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6900BE (or 0x6900BE) is known color: Purple Heart. HEX triplet: 69, 00 and BE. RGB value is (105,0,190). Sum of RGB (Red+Green+Blue) = 105+0+190=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 190 (74.61% from 255 or 64.41% from 295); Max value from RGB is 190 - color contains mainly: blue. Hex color #6900BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900BE is #96FF41. Grayscale: #343434. Windows color (decimal): -9895746 or 12451945. OLE color: 12451945.

HSL color Cylindrical-coordinate representation of color #6900BE: hue angle of 273.16º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900BE is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 0 190 -
CMYK 0.45 1 0 0.25
HSL 273.16º 1% 0.37% -
HSV(B) 273.16º 1% 0.75% -
XYZ 15.12 6.72 49.22 -
YUV 53.06 205.29 165.05 -
System Red Green Blue C M Y K H S L
Decimal 105 0 190 0.45 1 0 0.25 273.16 1 0.37
Hex 69 0 BE 2D 64 0 19 111 64 25
Octal 151 0 276 55 144 0 31 421 144 45
Binary 1101001 0 10111110 101101 1100100 0 11001 100010001 1100100 100101

Color Harmonies of #6900BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900BE

Black with #6900BE

Text Example


Text Example

White with #6900BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6900BE; }

 p { color: rgb(105,0,190); }

 H1.HeaderClassName
 {
   color: #6900BE;
 }
 .AnyTagClassName
 {
   color: #6900BE;
 }
</style>

background-color css

<style>
 a { background-color: #6900BE; }

 a { background-color: rgb(105,0,190); }

 div.DivClassName
 {
   background-color: #6900BE;
 }
 .BgClassName
 {
   background-color: #6900BE;
 }
</style>

border-color css

<style>
 span { border-color: #6900BE; }

 span { border-color: rgb(105,0,190); }

 td.TdClassName
 {
   border-color: #6900BE;
 }
 .TagClassName
 {
   border-color: #6900BE;
 }
</style>