Html Css Color HEX #601257 Palatinate Purple

📋 copy color: '#601257'

red 96 ◦ green 18 ◦ blue 87

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

Shades of Palatinate Purple #601257

Tints of Palatinate Purple #601257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

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

R = 47.76%
G = 8.96%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#601257 (or 0x601257) is known color: Palatinate Purple. HEX triplet: 60, 12 and 57. RGB value is (96,18,87). Sum of RGB (Red+Green+Blue) = 96+18+87=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #601257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601257 is #9FEDA8. Grayscale: #303030. Windows color (decimal): -10481065 or 5706336. OLE color: 5706336.

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

Color convert

RGB 96 18 87 -
CMYK 0 0.81 0.09 0.62
HSL 306.92º 0.68% 0.22% -
HSV(B) 306.92º 0.81% 0.38% -
XYZ 6.76 3.61 9.36 -
YUV 49.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 96 18 87 0 0.81 0.09 0.62 306.92 0.68 0.22
Hex 60 12 57 0 51 9 3E 133 44 16
Octal 140 22 127 0 121 11 76 463 104 26
Binary 1100000 10010 1010111 0 1010001 1001 111110 100110011 1000100 10110

Color Harmonies of #601257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601257

Black with #601257

Text Example


Text Example

White with #601257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601257; }

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

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

background-color css

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

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

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

border-color css

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

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

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