Html Css Color HEX #6E06BE Purple Heart

📋 copy color: '#6E06BE'

red 110 ◦ green 6 ◦ blue 190

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

Shades of Purple Heart #6E06BE

Tints of Purple Heart #6E06BE

RGB

 RED value IS 110 (43.36% from 255) = 35.95%

 GREEN value IS 6 (2.73% from 255) = 1.96%

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

R = 35.95%
G = 1.96%
B = 62.09%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E06BE (or 0x6E06BE) is known color: Purple Heart. HEX triplet: 6E, 06 and BE. RGB value is (110,6,190). Sum of RGB (Red+Green+Blue) = 110+6+190=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E06BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E06BE is #91F941. Grayscale: #393939. Windows color (decimal): -9566530 or 12453486. OLE color: 12453486.

HSL color Cylindrical-coordinate representation of color #6E06BE: hue angle of 273.91º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E06BE is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 6 190 -
CMYK 0.42 0.97 0 0.25
HSL 273.91º 0.94% 0.38% -
HSV(B) 273.91º 0.97% 0.75% -
XYZ 15.79 7.16 49.27 -
YUV 58.07 202.46 165.04 -
System Red Green Blue C M Y K H S L
Decimal 110 6 190 0.42 0.97 0 0.25 273.91 0.94 0.38
Hex 6E 6 BE 2A 61 0 19 112 5E 26
Octal 156 6 276 52 141 0 31 422 136 46
Binary 1101110 110 10111110 101010 1100001 0 11001 100010010 1011110 100110

Color Harmonies of #6E06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E06BE

Black with #6E06BE

Text Example


Text Example

White with #6E06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E06BE; }

 p { color: rgb(110,6,190); }

 H1.HeaderClassName
 {
   color: #6E06BE;
 }
 .AnyTagClassName
 {
   color: #6E06BE;
 }
</style>

background-color css

<style>
 a { background-color: #6E06BE; }

 a { background-color: rgb(110,6,190); }

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

border-color css

<style>
 span { border-color: #6E06BE; }

 span { border-color: rgb(110,6,190); }

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