Html Css Color HEX #6E0CAE Purple Heart

📋 copy color: '#6E0CAE'

red 110 ◦ green 12 ◦ blue 174

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

Shades of Purple Heart #6E0CAE

Tints of Purple Heart #6E0CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.78%

R = 37.16%
G = 4.05%
B = 58.78%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6E0CAE (or 0x6E0CAE) is known color: Purple Heart. HEX triplet: 6E, 0C and AE. RGB value is (110,12,174). Sum of RGB (Red+Green+Blue) = 110+12+174=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E0CAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0CAE is #91F351. Grayscale: #3B3B3B. Windows color (decimal): -9565010 or 11406446. OLE color: 11406446.

HSL color Cylindrical-coordinate representation of color #6E0CAE: hue angle of 276.3º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E0CAE is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 110 12 174 -
CMYK 0.37 0.93 0 0.32
HSL 276.3º 0.87% 0.36% -
HSV(B) 276.3º 0.93% 0.68% -
XYZ 14.2 6.63 40.58 -
YUV 59.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 110 12 174 0.37 0.93 0 0.32 276.3 0.87 0.36
Hex 6E C AE 25 5D 0 20 114 57 24
Octal 156 14 256 45 135 0 40 424 127 44
Binary 1101110 1100 10101110 100101 1011101 0 100000 100010100 1010111 100100

Color Harmonies of #6E0CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0CAE

Black with #6E0CAE

Text Example


Text Example

White with #6E0CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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