Html Css Color HEX #600062 Palatinate Purple

📋 copy color: '#600062'

red 96 ◦ green 0 ◦ blue 98

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

Shades of Palatinate Purple #600062

Tints of Palatinate Purple #600062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.48%
G = 0%
B = 50.52%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#600062 (or 0x600062) is known color: Palatinate Purple. HEX triplet: 60, 00 and 62. RGB value is (96,0,98). Sum of RGB (Red+Green+Blue) = 96+0+98=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #600062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600062 is #9FFF9D. Grayscale: #272727. Windows color (decimal): -10485662 or 6422624. OLE color: 6422624.

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

Color convert

RGB 96 0 98 -
CMYK 0.02 1 0 0.62
HSL 298.78º 1% 0.19% -
HSV(B) 298.78º 1% 0.38% -
XYZ 7.03 3.37 11.84 -
YUV 39.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 96 0 98 0.02 1 0 0.62 298.78 1 0.19
Hex 60 0 62 2 64 0 3E 12B 64 13
Octal 140 0 142 2 144 0 76 453 144 23
Binary 1100000 0 1100010 10 1100100 0 111110 100101011 1100100 10011

Color Harmonies of #600062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600062

Black with #600062

Text Example


Text Example

White with #600062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600062; }

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

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

background-color css

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

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

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

border-color css

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

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

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