Html Css Color HEX #6E1CAC Purple Heart

📋 copy color: '#6E1CAC'

red 110 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #6E1CAC

Tints of Purple Heart #6E1CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.03%

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 35.48%
G = 9.03%
B = 55.48%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6E1CAC (or 0x6E1CAC) is known color: Purple Heart. HEX triplet: 6E, 1C and AC. RGB value is (110,28,172). Sum of RGB (Red+Green+Blue) = 110+28+172=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E1CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1CAC is #91E353. Grayscale: #444444. Windows color (decimal): -9560916 or 11279470. OLE color: 11279470.

HSL color Cylindrical-coordinate representation of color #6E1CAC: hue angle of 274.17º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1CAC is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 28 172 -
CMYK 0.36 0.84 0 0.33
HSL 274.17º 0.72% 0.39% -
HSV(B) 274.17º 0.84% 0.67% -
XYZ 14.29 7.12 39.65 -
YUV 68.93 186.17 157.29 -
System Red Green Blue C M Y K H S L
Decimal 110 28 172 0.36 0.84 0 0.33 274.17 0.72 0.39
Hex 6E 1C AC 24 54 0 21 112 48 27
Octal 156 34 254 44 124 0 41 422 110 47
Binary 1101110 11100 10101100 100100 1010100 0 100001 100010010 1001000 100111

Color Harmonies of #6E1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1CAC

Black with #6E1CAC

Text Example


Text Example

White with #6E1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,28,172); }

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

background-color css

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

 a { background-color: rgb(110,28,172); }

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

border-color css

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

 span { border-color: rgb(110,28,172); }

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