Html Css Color HEX #602563 Palatinate Purple

📋 copy color: '#602563'

red 96 ◦ green 37 ◦ blue 99

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

Shades of Palatinate Purple #602563

Tints of Palatinate Purple #602563

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 41.38%
G = 15.95%
B = 42.67%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#602563 (or 0x602563) is known color: Palatinate Purple. HEX triplet: 60, 25 and 63. RGB value is (96,37,99). Sum of RGB (Red+Green+Blue) = 96+37+99=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #602563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602563 is #9FDA9C. Grayscale: #3D3D3D. Windows color (decimal): -10476189 or 6497632. OLE color: 6497632.

HSL color Cylindrical-coordinate representation of color #602563: hue angle of 297.1º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #602563 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 37 99 -
CMYK 0.03 0.63 0 0.61
HSL 297.1º 0.46% 0.27% -
HSV(B) 297.1º 0.63% 0.39% -
XYZ 7.74 4.71 12.31 -
YUV 61.71 149.05 152.46 -
System Red Green Blue C M Y K H S L
Decimal 96 37 99 0.03 0.63 0 0.61 297.1 0.46 0.27
Hex 60 25 63 3 3F 0 3D 129 2E 1B
Octal 140 45 143 3 77 0 75 451 56 33
Binary 1100000 100101 1100011 11 111111 0 111101 100101001 101110 11011

Color Harmonies of #602563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602563

Black with #602563

Text Example


Text Example

White with #602563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602563; }

 p { color: rgb(96,37,99); }

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

background-color css

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

 a { background-color: rgb(96,37,99); }

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

border-color css

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

 span { border-color: rgb(96,37,99); }

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