Html Css Color HEX #600AAB Purple Heart

📋 copy color: '#600AAB'

red 96 ◦ green 10 ◦ blue 171

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

Shades of Purple Heart #600AAB

Tints of Purple Heart #600AAB

RGB

 RED value IS 96 (37.89% from 255) = 34.66%

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

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

R = 34.66%
G = 3.61%
B = 61.73%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#600AAB (or 0x600AAB) is known color: Purple Heart. HEX triplet: 60, 0A and AB. RGB value is (96,10,171). Sum of RGB (Red+Green+Blue) = 96+10+171=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #600AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600AAB is #9FF554. Grayscale: #353535. Windows color (decimal): -10483029 or 11209312. OLE color: 11209312.

HSL color Cylindrical-coordinate representation of color #600AAB: hue angle of 272.05º 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 #600AAB is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 10 171 -
CMYK 0.44 0.94 0 0.33
HSL 272.05º 0.89% 0.35% -
HSV(B) 272.05º 0.94% 0.67% -
XYZ 12.28 5.64 38.97 -
YUV 54.07 193.99 157.91 -
System Red Green Blue C M Y K H S L
Decimal 96 10 171 0.44 0.94 0 0.33 272.05 0.89 0.35
Hex 60 A AB 2C 5E 0 21 110 59 23
Octal 140 12 253 54 136 0 41 420 131 43
Binary 1100000 1010 10101011 101100 1011110 0 100001 100010000 1011001 100011

Color Harmonies of #600AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600AAB

Black with #600AAB

Text Example


Text Example

White with #600AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600AAB; }

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

 H1.HeaderClassName
 {
   color: #600AAB;
 }
 .AnyTagClassName
 {
   color: #600AAB;
 }
</style>

background-color css

<style>
 a { background-color: #600AAB; }

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

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

border-color css

<style>
 span { border-color: #600AAB; }

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

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