Html Css Color HEX #6A0CAC Purple Heart

📋 copy color: '#6A0CAC'

red 106 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #6A0CAC

Tints of Purple Heart #6A0CAC

RGB

 RED value IS 106 (41.8% from 255) = 36.55%

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

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

R = 36.55%
G = 4.14%
B = 59.31%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A0CAC (or 0x6A0CAC) is known color: Purple Heart. HEX triplet: 6A, 0C and AC. RGB value is (106,12,172). Sum of RGB (Red+Green+Blue) = 106+12+172=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A0CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0CAC is #95F353. Grayscale: #393939. Windows color (decimal): -9827156 or 11275370. OLE color: 11275370.

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

Color convert

RGB 106 12 172 -
CMYK 0.38 0.93 0 0.33
HSL 275.25º 0.87% 0.36% -
HSV(B) 275.25º 0.93% 0.67% -
XYZ 13.52 6.31 39.53 -
YUV 58.35 192.14 161.99 -
System Red Green Blue C M Y K H S L
Decimal 106 12 172 0.38 0.93 0 0.33 275.25 0.87 0.36
Hex 6A C AC 26 5D 0 21 113 57 24
Octal 152 14 254 46 135 0 41 423 127 44
Binary 1101010 1100 10101100 100110 1011101 0 100001 100010011 1010111 100100

Color Harmonies of #6A0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0CAC

Black with #6A0CAC

Text Example


Text Example

White with #6A0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,12,172); }

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

background-color css

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

 a { background-color: rgb(106,12,172); }

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

border-color css

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

 span { border-color: rgb(106,12,172); }

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