Html Css Color HEX #600D53 Palatinate Purple

📋 copy color: '#600D53'

red 96 ◦ green 13 ◦ blue 83

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

Shades of Palatinate Purple #600D53

Tints of Palatinate Purple #600D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 50%
G = 6.77%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#600D53 (or 0x600D53) is known color: Palatinate Purple. HEX triplet: 60, 0D and 53. RGB value is (96,13,83). Sum of RGB (Red+Green+Blue) = 96+13+83=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #600D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600D53 is #9FF2AC. Grayscale: #2D2D2D. Windows color (decimal): -10482349 or 5442912. OLE color: 5442912.

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

Color convert

RGB 96 13 83 -
CMYK 0 0.86 0.14 0.62
HSL 309.4º 0.76% 0.21% -
HSV(B) 309.4º 0.86% 0.38% -
XYZ 6.53 3.4 8.5 -
YUV 45.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 96 13 83 0 0.86 0.14 0.62 309.4 0.76 0.21
Hex 60 D 53 0 56 E 3E 135 4C 15
Octal 140 15 123 0 126 16 76 465 114 25
Binary 1100000 1101 1010011 0 1010110 1110 111110 100110101 1001100 10101

Color Harmonies of #600D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D53

Black with #600D53

Text Example


Text Example

White with #600D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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