Html Css Color HEX #600BAB Purple Heart

📋 copy color: '#600BAB'

red 96 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #600BAB

Tints of Purple Heart #600BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.96%

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

R = 34.53%
G = 3.96%
B = 61.51%

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

#600BAB (or 0x600BAB) is known color: Purple Heart. HEX triplet: 60, 0B and AB. RGB value is (96,11,171). Sum of RGB (Red+Green+Blue) = 96+11+171=278 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.53% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #600BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600BAB is #9FF454. Grayscale: #363636. Windows color (decimal): -10482773 or 11209568. OLE color: 11209568.

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

Color convert

RGB 96 11 171 -
CMYK 0.44 0.94 0 0.33
HSL 271.88º 0.88% 0.36% -
HSV(B) 271.88º 0.94% 0.67% -
XYZ 12.29 5.67 38.97 -
YUV 54.66 193.66 157.49 -
System Red Green Blue C M Y K H S L
Decimal 96 11 171 0.44 0.94 0 0.33 271.88 0.88 0.36
Hex 60 B AB 2C 5E 0 21 110 58 24
Octal 140 13 253 54 136 0 41 420 130 44
Binary 1100000 1011 10101011 101100 1011110 0 100001 100010000 1011000 100100

Color Harmonies of #600BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BAB

Black with #600BAB

Text Example


Text Example

White with #600BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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