Html Css Color HEX #6E0CBA Purple Heart

📋 copy color: '#6E0CBA'

red 110 ◦ green 12 ◦ blue 186

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

Shades of Purple Heart #6E0CBA

Tints of Purple Heart #6E0CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 60.39%

R = 35.71%
G = 3.9%
B = 60.39%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6E0CBA (or 0x6E0CBA) is known color: Purple Heart. HEX triplet: 6E, 0C and BA. RGB value is (110,12,186). Sum of RGB (Red+Green+Blue) = 110+12+186=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #6E0CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0CBA is #91F345. Grayscale: #3C3C3C. Windows color (decimal): -9564998 or 12192878. OLE color: 12192878.

HSL color Cylindrical-coordinate representation of color #6E0CBA: hue angle of 273.79º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0CBA is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 110 12 186 -
CMYK 0.41 0.94 0 0.27
HSL 273.79º 0.88% 0.39% -
HSV(B) 273.79º 0.94% 0.73% -
XYZ 15.42 7.12 47.02 -
YUV 61.14 198.47 162.85 -
System Red Green Blue C M Y K H S L
Decimal 110 12 186 0.41 0.94 0 0.27 273.79 0.88 0.39
Hex 6E C BA 29 5E 0 1B 112 58 27
Octal 156 14 272 51 136 0 33 422 130 47
Binary 1101110 1100 10111010 101001 1011110 0 11011 100010010 1011000 100111

Color Harmonies of #6E0CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0CBA

Black with #6E0CBA

Text Example


Text Example

White with #6E0CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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