Html Css Color HEX #600458 Palatinate Purple

📋 copy color: '#600458'

red 96 ◦ green 4 ◦ blue 88

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

Shades of Palatinate Purple #600458

Tints of Palatinate Purple #600458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 51.06%
G = 2.13%
B = 46.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#600458 (or 0x600458) is known color: Palatinate Purple. HEX triplet: 60, 04 and 58. RGB value is (96,4,88). Sum of RGB (Red+Green+Blue) = 96+4+88=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #600458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600458 is #9FFBA7. Grayscale: #282828. Windows color (decimal): -10484648 or 5768288. OLE color: 5768288.

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

Color convert

RGB 96 4 88 -
CMYK 0 0.96 0.08 0.62
HSL 305.22º 0.92% 0.2% -
HSV(B) 305.22º 0.96% 0.38% -
XYZ 6.63 3.28 9.52 -
YUV 41.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 96 4 88 0 0.96 0.08 0.62 305.22 0.92 0.2
Hex 60 4 58 0 60 8 3E 131 5C 14
Octal 140 4 130 0 140 10 76 461 134 24
Binary 1100000 100 1011000 0 1100000 1000 111110 100110001 1011100 10100

Color Harmonies of #600458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600458

Black with #600458

Text Example


Text Example

White with #600458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600458; }

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

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

background-color css

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

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

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

border-color css

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

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

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