Html Css Color HEX #6A0AAC Purple Heart

📋 copy color: '#6A0AAC'

red 106 ◦ green 10 ◦ blue 172

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

Shades of Purple Heart #6A0AAC

Tints of Purple Heart #6A0AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.47%

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

R = 36.81%
G = 3.47%
B = 59.72%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6A0AAC (or 0x6A0AAC) is known color: Purple Heart. HEX triplet: 6A, 0A and AC. RGB value is (106,10,172). Sum of RGB (Red+Green+Blue) = 106+10+172=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0AAC is #95F553. Grayscale: #383838. Windows color (decimal): -9827668 or 11274858. OLE color: 11274858.

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

Color convert

RGB 106 10 172 -
CMYK 0.38 0.94 0 0.33
HSL 275.56º 0.89% 0.36% -
HSV(B) 275.56º 0.94% 0.67% -
XYZ 13.5 6.26 39.53 -
YUV 57.17 192.8 162.83 -
System Red Green Blue C M Y K H S L
Decimal 106 10 172 0.38 0.94 0 0.33 275.56 0.89 0.36
Hex 6A A AC 26 5E 0 21 114 59 24
Octal 152 12 254 46 136 0 41 424 131 44
Binary 1101010 1010 10101100 100110 1011110 0 100001 100010100 1011001 100100

Color Harmonies of #6A0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0AAC

Black with #6A0AAC

Text Example


Text Example

White with #6A0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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