Html Css Color HEX #602353 Palatinate Purple

📋 copy color: '#602353'

red 96 ◦ green 35 ◦ blue 83

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

Shades of Palatinate Purple #602353

Tints of Palatinate Purple #602353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.36%

 BLUE value IS 83 (32.81% from 255) = 38.79%

R = 44.86%
G = 16.36%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#602353 (or 0x602353) is known color: Palatinate Purple. HEX triplet: 60, 23 and 53. RGB value is (96,35,83). Sum of RGB (Red+Green+Blue) = 96+35+83=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 35 (14.06% from 255 or 16.36% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #602353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602353 is #9FDCAC. Grayscale: #3A3A3A. Windows color (decimal): -10476717 or 5448544. OLE color: 5448544.

HSL color Cylindrical-coordinate representation of color #602353: hue angle of 312.79º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602353 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 35 83 -
CMYK 0 0.64 0.14 0.62
HSL 312.79º 0.47% 0.26% -
HSV(B) 312.79º 0.64% 0.38% -
XYZ 6.99 4.31 8.65 -
YUV 58.71 141.71 154.6 -
System Red Green Blue C M Y K H S L
Decimal 96 35 83 0 0.64 0.14 0.62 312.79 0.47 0.26
Hex 60 23 53 0 40 E 3E 139 2F 1A
Octal 140 43 123 0 100 16 76 471 57 32
Binary 1100000 100011 1010011 0 1000000 1110 111110 100111001 101111 11010

Color Harmonies of #602353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602353

Black with #602353

Text Example


Text Example

White with #602353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602353; }

 p { color: rgb(96,35,83); }

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

background-color css

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

 a { background-color: rgb(96,35,83); }

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

border-color css

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

 span { border-color: rgb(96,35,83); }

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