Html Css Color HEX #600259 Palatinate Purple

📋 copy color: '#600259'

red 96 ◦ green 2 ◦ blue 89

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

Shades of Palatinate Purple #600259

Tints of Palatinate Purple #600259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

 BLUE value IS 89 (35.16% from 255) = 47.59%

R = 51.34%
G = 1.07%
B = 47.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#600259 (or 0x600259) is known color: Palatinate Purple. HEX triplet: 60, 02 and 59. RGB value is (96,2,89). Sum of RGB (Red+Green+Blue) = 96+2+89=187 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.34% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 96 - color contains mainly: red. Hex color #600259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600259 is #9FFDA6. Grayscale: #272727. Windows color (decimal): -10485159 or 5833312. OLE color: 5833312.

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

Color convert

RGB 96 2 89 -
CMYK 0 0.98 0.07 0.62
HSL 304.47º 0.96% 0.19% -
HSV(B) 304.47º 0.98% 0.38% -
XYZ 6.65 3.25 9.73 -
YUV 40.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 96 2 89 0 0.98 0.07 0.62 304.47 0.96 0.19
Hex 60 2 59 0 62 7 3E 130 60 13
Octal 140 2 131 0 142 7 76 460 140 23
Binary 1100000 10 1011001 0 1100010 111 111110 100110000 1100000 10011

Color Harmonies of #600259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600259

Black with #600259

Text Example


Text Example

White with #600259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600259; }

 p { color: rgb(96,2,89); }

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

background-color css

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

 a { background-color: rgb(96,2,89); }

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

border-color css

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

 span { border-color: rgb(96,2,89); }

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