Html Css Color HEX #600957 Palatinate Purple

📋 copy color: '#600957'

red 96 ◦ green 9 ◦ blue 87

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

Shades of Palatinate Purple #600957

Tints of Palatinate Purple #600957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

 BLUE value IS 87 (34.38% from 255) = 45.31%

R = 50%
G = 4.69%
B = 45.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#600957 (or 0x600957) is known color: Palatinate Purple. HEX triplet: 60, 09 and 57. RGB value is (96,9,87). Sum of RGB (Red+Green+Blue) = 96+9+87=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #600957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600957 is #9FF6A8. Grayscale: #2B2B2B. Windows color (decimal): -10483369 or 5704032. OLE color: 5704032.

HSL color Cylindrical-coordinate representation of color #600957: hue angle of 306.21º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600957 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 9 87 -
CMYK 0 0.91 0.09 0.62
HSL 306.21º 0.83% 0.21% -
HSV(B) 306.21º 0.91% 0.38% -
XYZ 6.64 3.37 9.32 -
YUV 43.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 96 9 87 0 0.91 0.09 0.62 306.21 0.83 0.21
Hex 60 9 57 0 5B 9 3E 132 53 15
Octal 140 11 127 0 133 11 76 462 123 25
Binary 1100000 1001 1010111 0 1011011 1001 111110 100110010 1010011 10101

Color Harmonies of #600957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600957

Black with #600957

Text Example


Text Example

White with #600957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600957; }

 p { color: rgb(96,9,87); }

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

background-color css

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

 a { background-color: rgb(96,9,87); }

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

border-color css

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

 span { border-color: rgb(96,9,87); }

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