Html Css Color HEX #600B5C Palatinate Purple

📋 copy color: '#600B5C'

red 96 ◦ green 11 ◦ blue 92

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

Shades of Palatinate Purple #600B5C

Tints of Palatinate Purple #600B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.23%

R = 48.24%
G = 5.53%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#600B5C (or 0x600B5C) is known color: Palatinate Purple. HEX triplet: 60, 0B and 5C. RGB value is (96,11,92). Sum of RGB (Red+Green+Blue) = 96+11+92=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 92 (36.33% from 255 or 46.23% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #600B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B5C is #9FF4A3. Grayscale: #2D2D2D. Windows color (decimal): -10482852 or 6032224. OLE color: 6032224.

HSL color Cylindrical-coordinate representation of color #600B5C: hue angle of 302.82º 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 #600B5C is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 11 92 -
CMYK 0 0.89 0.04 0.62
HSL 302.82º 0.79% 0.21% -
HSV(B) 302.82º 0.89% 0.38% -
XYZ 6.88 3.5 10.44 -
YUV 45.65 154.16 163.91 -
System Red Green Blue C M Y K H S L
Decimal 96 11 92 0 0.89 0.04 0.62 302.82 0.79 0.21
Hex 60 B 5C 0 59 4 3E 12F 4F 15
Octal 140 13 134 0 131 4 76 457 117 25
Binary 1100000 1011 1011100 0 1011001 100 111110 100101111 1001111 10101

Color Harmonies of #600B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B5C

Black with #600B5C

Text Example


Text Example

White with #600B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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