Html Css Color HEX #601458 Palatinate Purple

📋 copy color: '#601458'

red 96 ◦ green 20 ◦ blue 88

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

Shades of Palatinate Purple #601458

Tints of Palatinate Purple #601458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.8%

 BLUE value IS 88 (34.77% from 255) = 43.14%

R = 47.06%
G = 9.8%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#601458 (or 0x601458) is known color: Palatinate Purple. HEX triplet: 60, 14 and 58. RGB value is (96,20,88). Sum of RGB (Red+Green+Blue) = 96+20+88=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #601458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601458 is #9FEBA7. Grayscale: #323232. Windows color (decimal): -10480552 or 5772384. OLE color: 5772384.

HSL color Cylindrical-coordinate representation of color #601458: hue angle of 306.32º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601458 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 88 -
CMYK 0 0.79 0.08 0.62
HSL 306.32º 0.66% 0.23% -
HSV(B) 306.32º 0.79% 0.38% -
XYZ 6.84 3.69 9.58 -
YUV 50.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 96 20 88 0 0.79 0.08 0.62 306.32 0.66 0.23
Hex 60 14 58 0 4F 8 3E 132 42 17
Octal 140 24 130 0 117 10 76 462 102 27
Binary 1100000 10100 1011000 0 1001111 1000 111110 100110010 1000010 10111

Color Harmonies of #601458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601458

Black with #601458

Text Example


Text Example

White with #601458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601458; }

 p { color: rgb(96,20,88); }

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

background-color css

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

 a { background-color: rgb(96,20,88); }

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

border-color css

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

 span { border-color: rgb(96,20,88); }

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