Html Css Color HEX #600258 Palatinate Purple

📋 copy color: '#600258'

red 96 ◦ green 2 ◦ blue 88

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

Shades of Palatinate Purple #600258

Tints of Palatinate Purple #600258

RGB

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

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

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

R = 51.61%
G = 1.08%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#600258 (or 0x600258) is known color: Palatinate Purple. HEX triplet: 60, 02 and 58. RGB value is (96,2,88). Sum of RGB (Red+Green+Blue) = 96+2+88=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #600258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600258 is #9FFDA7. Grayscale: #272727. Windows color (decimal): -10485160 or 5767776. OLE color: 5767776.

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

Color convert

RGB 96 2 88 -
CMYK 0 0.98 0.08 0.62
HSL 305.11º 0.96% 0.19% -
HSV(B) 305.11º 0.98% 0.38% -
XYZ 6.61 3.23 9.51 -
YUV 39.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 96 2 88 0 0.98 0.08 0.62 305.11 0.96 0.19
Hex 60 2 58 0 62 8 3E 131 60 13
Octal 140 2 130 0 142 10 76 461 140 23
Binary 1100000 10 1011000 0 1100010 1000 111110 100110001 1100000 10011

Color Harmonies of #600258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600258

Black with #600258

Text Example


Text Example

White with #600258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600258; }

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

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

background-color css

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

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

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

border-color css

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

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

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