Html Css Color HEX #601357 Palatinate Purple

📋 copy color: '#601357'

red 96 ◦ green 19 ◦ blue 87

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

Shades of Palatinate Purple #601357

Tints of Palatinate Purple #601357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.41%

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

R = 47.52%
G = 9.41%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#601357 (or 0x601357) is known color: Palatinate Purple. HEX triplet: 60, 13 and 57. RGB value is (96,19,87). Sum of RGB (Red+Green+Blue) = 96+19+87=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 96 - color contains mainly: red. Hex color #601357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601357 is #9FECA8. Grayscale: #313131. Windows color (decimal): -10480809 or 5706592. OLE color: 5706592.

HSL color Cylindrical-coordinate representation of color #601357: hue angle of 307.01º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601357 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 87 -
CMYK 0 0.80 0.09 0.62
HSL 307.01º 0.67% 0.23% -
HSV(B) 307.01º 0.8% 0.38% -
XYZ 6.78 3.64 9.36 -
YUV 49.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 96 19 87 0 0.80 0.09 0.62 307.01 0.67 0.23
Hex 60 13 57 0 50 9 3E 133 43 17
Octal 140 23 127 0 120 11 76 463 103 27
Binary 1100000 10011 1010111 0 1010000 1001 111110 100110011 1000011 10111

Color Harmonies of #601357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601357

Black with #601357

Text Example


Text Example

White with #601357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601357; }

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

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

background-color css

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

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

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

border-color css

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

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

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