Html Css Color HEX #6A0AAB Purple Heart

📋 copy color: '#6A0AAB'

red 106 ◦ green 10 ◦ blue 171

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

Shades of Purple Heart #6A0AAB

Tints of Purple Heart #6A0AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.58%

R = 36.93%
G = 3.48%
B = 59.58%

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

#6A0AAB (or 0x6A0AAB) is known color: Purple Heart. HEX triplet: 6A, 0A and AB. RGB value is (106,10,171). Sum of RGB (Red+Green+Blue) = 106+10+171=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A0AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0AAB is #95F554. Grayscale: #383838. Windows color (decimal): -9827669 or 11209322. OLE color: 11209322.

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

Color convert

RGB 106 10 171 -
CMYK 0.38 0.94 0 0.33
HSL 275.78º 0.89% 0.35% -
HSV(B) 275.78º 0.94% 0.67% -
XYZ 13.4 6.22 39.02 -
YUV 57.06 192.3 162.91 -
System Red Green Blue C M Y K H S L
Decimal 106 10 171 0.38 0.94 0 0.33 275.78 0.89 0.35
Hex 6A A AB 26 5E 0 21 114 59 23
Octal 152 12 253 46 136 0 41 424 131 43
Binary 1101010 1010 10101011 100110 1011110 0 100001 100010100 1011001 100011

Color Harmonies of #6A0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0AAB

Black with #6A0AAB

Text Example


Text Example

White with #6A0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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