Html Css Color HEX #600D63 Palatinate Purple

📋 copy color: '#600D63'

red 96 ◦ green 13 ◦ blue 99

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

Shades of Palatinate Purple #600D63

Tints of Palatinate Purple #600D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 46.15%
G = 6.25%
B = 47.6%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#600D63 (or 0x600D63) is known color: Palatinate Purple. HEX triplet: 60, 0D and 63. RGB value is (96,13,99). Sum of RGB (Red+Green+Blue) = 96+13+99=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #600D63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600D63 is #9FF29C. Grayscale: #2F2F2F. Windows color (decimal): -10482333 or 6491488. OLE color: 6491488.

HSL color Cylindrical-coordinate representation of color #600D63: hue angle of 297.91º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #600D63 is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 13 99 -
CMYK 0.03 0.87 0 0.61
HSL 297.91º 0.77% 0.22% -
HSV(B) 297.91º 0.87% 0.39% -
XYZ 7.22 3.68 12.13 -
YUV 47.62 157 162.51 -
System Red Green Blue C M Y K H S L
Decimal 96 13 99 0.03 0.87 0 0.61 297.91 0.77 0.22
Hex 60 D 63 3 57 0 3D 12A 4D 16
Octal 140 15 143 3 127 0 75 452 115 26
Binary 1100000 1101 1100011 11 1010111 0 111101 100101010 1001101 10110

Color Harmonies of #600D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D63

Black with #600D63

Text Example


Text Example

White with #600D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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