Html Css Color HEX #602263 Palatinate Purple

📋 copy color: '#602263'

red 96 ◦ green 34 ◦ blue 99

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

Shades of Palatinate Purple #602263

Tints of Palatinate Purple #602263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.85%

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

R = 41.92%
G = 14.85%
B = 43.23%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#602263 (or 0x602263) is known color: Palatinate Purple. HEX triplet: 60, 22 and 63. RGB value is (96,34,99). Sum of RGB (Red+Green+Blue) = 96+34+99=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 99 (39.06% from 255 or 43.23% from 229); Max value from RGB is 99 - color contains mainly: blue. Hex color #602263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602263 is #9FDD9C. Grayscale: #3B3B3B. Windows color (decimal): -10476957 or 6496864. OLE color: 6496864.

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

Color convert

RGB 96 34 99 -
CMYK 0.03 0.66 0 0.61
HSL 297.23º 0.49% 0.26% -
HSV(B) 297.23º 0.66% 0.39% -
XYZ 7.65 4.53 12.28 -
YUV 59.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 96 34 99 0.03 0.66 0 0.61 297.23 0.49 0.26
Hex 60 22 63 3 42 0 3D 129 31 1A
Octal 140 42 143 3 102 0 75 451 61 32
Binary 1100000 100010 1100011 11 1000010 0 111101 100101001 110001 11010

Color Harmonies of #602263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602263

Black with #602263

Text Example


Text Example

White with #602263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602263; }

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

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

background-color css

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

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

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

border-color css

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

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

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