Html Css Color HEX #600DAB Purple Heart

📋 copy color: '#600DAB'

red 96 ◦ green 13 ◦ blue 171

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

Shades of Purple Heart #600DAB

Tints of Purple Heart #600DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.64%

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

R = 34.29%
G = 4.64%
B = 61.07%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#600DAB (or 0x600DAB) is known color: Purple Heart. HEX triplet: 60, 0D and AB. RGB value is (96,13,171). Sum of RGB (Red+Green+Blue) = 96+13+171=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #600DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600DAB is #9FF254. Grayscale: #373737. Windows color (decimal): -10482261 or 11210080. OLE color: 11210080.

HSL color Cylindrical-coordinate representation of color #600DAB: hue angle of 271.52º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600DAB is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 13 171 -
CMYK 0.44 0.92 0 0.33
HSL 271.52º 0.86% 0.36% -
HSV(B) 271.52º 0.92% 0.67% -
XYZ 12.32 5.71 38.98 -
YUV 55.83 193 156.65 -
System Red Green Blue C M Y K H S L
Decimal 96 13 171 0.44 0.92 0 0.33 271.52 0.86 0.36
Hex 60 D AB 2C 5C 0 21 110 56 24
Octal 140 15 253 54 134 0 41 420 126 44
Binary 1100000 1101 10101011 101100 1011100 0 100001 100010000 1010110 100100

Color Harmonies of #600DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600DAB

Black with #600DAB

Text Example


Text Example

White with #600DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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