Html Css Color HEX #600B5B Palatinate Purple

📋 copy color: '#600B5B'

red 96 ◦ green 11 ◦ blue 91

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

Shades of Palatinate Purple #600B5B

Tints of Palatinate Purple #600B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 45.96%

R = 48.48%
G = 5.56%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#600B5B (or 0x600B5B) is known color: Palatinate Purple. HEX triplet: 60, 0B and 5B. RGB value is (96,11,91). Sum of RGB (Red+Green+Blue) = 96+11+91=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #600B5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600B5B is #9FF4A4. Grayscale: #2D2D2D. Windows color (decimal): -10482853 or 5966688. OLE color: 5966688.

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

Color convert

RGB 96 11 91 -
CMYK 0 0.89 0.05 0.62
HSL 303.53º 0.79% 0.21% -
HSV(B) 303.53º 0.89% 0.38% -
XYZ 6.83 3.48 10.21 -
YUV 45.54 153.66 164 -
System Red Green Blue C M Y K H S L
Decimal 96 11 91 0 0.89 0.05 0.62 303.53 0.79 0.21
Hex 60 B 5B 0 59 5 3E 130 4F 15
Octal 140 13 133 0 131 5 76 460 117 25
Binary 1100000 1011 1011011 0 1011001 101 111110 100110000 1001111 10101

Color Harmonies of #600B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600B5B

Black with #600B5B

Text Example


Text Example

White with #600B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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