Html Css Color HEX #6E0CBE Purple Heart

📋 copy color: '#6E0CBE'

red 110 ◦ green 12 ◦ blue 190

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

Shades of Purple Heart #6E0CBE

Tints of Purple Heart #6E0CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.85%

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

R = 35.26%
G = 3.85%
B = 60.9%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E0CBE (or 0x6E0CBE) is known color: Purple Heart. HEX triplet: 6E, 0C and BE. RGB value is (110,12,190). Sum of RGB (Red+Green+Blue) = 110+12+190=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E0CBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0CBE is #91F341. Grayscale: #3C3C3C. Windows color (decimal): -9564994 or 12455022. OLE color: 12455022.

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

Color convert

RGB 110 12 190 -
CMYK 0.42 0.94 0 0.25
HSL 273.03º 0.88% 0.4% -
HSV(B) 273.03º 0.94% 0.75% -
XYZ 15.86 7.3 49.29 -
YUV 61.59 200.47 162.53 -
System Red Green Blue C M Y K H S L
Decimal 110 12 190 0.42 0.94 0 0.25 273.03 0.88 0.4
Hex 6E C BE 2A 5E 0 19 111 58 28
Octal 156 14 276 52 136 0 31 421 130 50
Binary 1101110 1100 10111110 101010 1011110 0 11001 100010001 1011000 101000

Color Harmonies of #6E0CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0CBE

Black with #6E0CBE

Text Example


Text Example

White with #6E0CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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