Html Css Color HEX #600162 Palatinate Purple

📋 copy color: '#600162'

red 96 ◦ green 1 ◦ blue 98

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

Shades of Palatinate Purple #600162

Tints of Palatinate Purple #600162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 98 (38.67% from 255) = 50.26%

R = 49.23%
G = 0.51%
B = 50.26%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#600162 (or 0x600162) is known color: Palatinate Purple. HEX triplet: 60, 01 and 62. RGB value is (96,1,98). Sum of RGB (Red+Green+Blue) = 96+1+98=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #600162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600162 is #9FFE9D. Grayscale: #282828. Windows color (decimal): -10485406 or 6422880. OLE color: 6422880.

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

Color convert

RGB 96 1 98 -
CMYK 0.02 0.99 0 0.62
HSL 298.76º 0.98% 0.19% -
HSV(B) 298.76º 0.99% 0.38% -
XYZ 7.04 3.39 11.84 -
YUV 40.46 160.47 167.61 -
System Red Green Blue C M Y K H S L
Decimal 96 1 98 0.02 0.99 0 0.62 298.76 0.98 0.19
Hex 60 1 62 2 63 0 3E 12B 62 13
Octal 140 1 142 2 143 0 76 453 142 23
Binary 1100000 1 1100010 10 1100011 0 111110 100101011 1100010 10011

Color Harmonies of #600162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600162

Black with #600162

Text Example


Text Example

White with #600162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600162; }

 p { color: rgb(96,1,98); }

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

background-color css

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

 a { background-color: rgb(96,1,98); }

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

border-color css

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

 span { border-color: rgb(96,1,98); }

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