Html Css Color HEX #600AB5 Purple Heart

📋 copy color: '#600AB5'

red 96 ◦ green 10 ◦ blue 181

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

Shades of Purple Heart #600AB5

Tints of Purple Heart #600AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 63.07%

R = 33.45%
G = 3.48%
B = 63.07%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#600AB5 (or 0x600AB5) is known color: Purple Heart. HEX triplet: 60, 0A and B5. RGB value is (96,10,181). Sum of RGB (Red+Green+Blue) = 96+10+181=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 181 (71.09% from 255 or 63.07% from 287); Max value from RGB is 181 - color contains mainly: blue. Hex color #600AB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600AB5 is #9FF54A. Grayscale: #363636. Windows color (decimal): -10483019 or 11864672. OLE color: 11864672.

HSL color Cylindrical-coordinate representation of color #600AB5: hue angle of 270.18º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600AB5 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 10 181 -
CMYK 0.47 0.94 0 0.29
HSL 270.18º 0.9% 0.37% -
HSV(B) 270.18º 0.94% 0.71% -
XYZ 13.27 6.04 44.18 -
YUV 55.21 198.99 157.1 -
System Red Green Blue C M Y K H S L
Decimal 96 10 181 0.47 0.94 0 0.29 270.18 0.9 0.37
Hex 60 A B5 2F 5E 0 1D 10E 5A 25
Octal 140 12 265 57 136 0 35 416 132 45
Binary 1100000 1010 10110101 101111 1011110 0 11101 100001110 1011010 100101

Color Harmonies of #600AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600AB5

Black with #600AB5

Text Example


Text Example

White with #600AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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