Html Css Color HEX #601251 Palatinate Purple

📋 copy color: '#601251'

red 96 ◦ green 18 ◦ blue 81

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

Shades of Palatinate Purple #601251

Tints of Palatinate Purple #601251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.54%

R = 49.23%
G = 9.23%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#601251 (or 0x601251) is known color: Palatinate Purple. HEX triplet: 60, 12 and 51. RGB value is (96,18,81). Sum of RGB (Red+Green+Blue) = 96+18+81=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #601251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601251 is #9FEDAE. Grayscale: #303030. Windows color (decimal): -10481071 or 5313120. OLE color: 5313120.

HSL color Cylindrical-coordinate representation of color #601251: hue angle of 311.54º 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 #601251 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 81 -
CMYK 0 0.81 0.16 0.62
HSL 311.54º 0.68% 0.22% -
HSV(B) 311.54º 0.81% 0.38% -
XYZ 6.53 3.51 8.12 -
YUV 48.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 96 18 81 0 0.81 0.16 0.62 311.54 0.68 0.22
Hex 60 12 51 0 51 10 3E 138 44 16
Octal 140 22 121 0 121 20 76 470 104 26
Binary 1100000 10010 1010001 0 1010001 10000 111110 100111000 1000100 10110

Color Harmonies of #601251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601251

Black with #601251

Text Example


Text Example

White with #601251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601251; }

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

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

background-color css

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

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

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

border-color css

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

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

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