Html Css Color HEX #600362 Palatinate Purple

📋 copy color: '#600362'

red 96 ◦ green 3 ◦ blue 98

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

Shades of Palatinate Purple #600362

Tints of Palatinate Purple #600362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 48.73%
G = 1.52%
B = 49.75%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#600362 (or 0x600362) is known color: Palatinate Purple. HEX triplet: 60, 03 and 62. RGB value is (96,3,98). Sum of RGB (Red+Green+Blue) = 96+3+98=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #600362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600362 is #9FFC9D. Grayscale: #292929. Windows color (decimal): -10484894 or 6423392. OLE color: 6423392.

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

Color convert

RGB 96 3 98 -
CMYK 0.02 0.97 0 0.62
HSL 298.74º 0.94% 0.2% -
HSV(B) 298.74º 0.97% 0.38% -
XYZ 7.06 3.43 11.85 -
YUV 41.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 96 3 98 0.02 0.97 0 0.62 298.74 0.94 0.2
Hex 60 3 62 2 61 0 3E 12B 5E 14
Octal 140 3 142 2 141 0 76 453 136 24
Binary 1100000 11 1100010 10 1100001 0 111110 100101011 1011110 10100

Color Harmonies of #600362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600362

Black with #600362

Text Example


Text Example

White with #600362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600362; }

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

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

background-color css

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

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

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

border-color css

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

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

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