Html Css Color HEX #600B55 Palatinate Purple

📋 copy color: '#600B55'

red 96 ◦ green 11 ◦ blue 85

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

Shades of Palatinate Purple #600B55

Tints of Palatinate Purple #600B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.27%

R = 50%
G = 5.73%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#600B55 (or 0x600B55) is known color: Palatinate Purple. HEX triplet: 60, 0B and 55. RGB value is (96,11,85). Sum of RGB (Red+Green+Blue) = 96+11+85=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #600B55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B55 is #9FF4AA. Grayscale: #2C2C2C. Windows color (decimal): -10482859 or 5573472. OLE color: 5573472.

HSL color Cylindrical-coordinate representation of color #600B55: hue angle of 307.76º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600B55 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 11 85 -
CMYK 0 0.89 0.11 0.62
HSL 307.76º 0.79% 0.21% -
HSV(B) 307.76º 0.89% 0.38% -
XYZ 6.58 3.38 8.9 -
YUV 44.85 150.66 164.48 -
System Red Green Blue C M Y K H S L
Decimal 96 11 85 0 0.89 0.11 0.62 307.76 0.79 0.21
Hex 60 B 55 0 59 B 3E 134 4F 15
Octal 140 13 125 0 131 13 76 464 117 25
Binary 1100000 1011 1010101 0 1011001 1011 111110 100110100 1001111 10101

Color Harmonies of #600B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B55

Black with #600B55

Text Example


Text Example

White with #600B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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