Html Css Color HEX #602662 Palatinate Purple

📋 copy color: '#602662'

red 96 ◦ green 38 ◦ blue 98

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

Shades of Palatinate Purple #602662

Tints of Palatinate Purple #602662

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

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

R = 41.38%
G = 16.38%
B = 42.24%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#602662 (or 0x602662) is known color: Palatinate Purple. HEX triplet: 60, 26 and 62. RGB value is (96,38,98). Sum of RGB (Red+Green+Blue) = 96+38+98=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #602662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602662 is #9FD99D. Grayscale: #3E3E3E. Windows color (decimal): -10475934 or 6432352. OLE color: 6432352.

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

Color convert

RGB 96 38 98 -
CMYK 0.02 0.61 0 0.62
HSL 298º 0.44% 0.27% -
HSV(B) 298º 0.61% 0.38% -
XYZ 7.72 4.75 12.07 -
YUV 62.18 148.22 152.12 -
System Red Green Blue C M Y K H S L
Decimal 96 38 98 0.02 0.61 0 0.62 298 0.44 0.27
Hex 60 26 62 2 3D 0 3E 12A 2C 1B
Octal 140 46 142 2 75 0 76 452 54 33
Binary 1100000 100110 1100010 10 111101 0 111110 100101010 101100 11011

Color Harmonies of #602662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602662

Black with #602662

Text Example


Text Example

White with #602662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602662; }

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

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

background-color css

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

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

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

border-color css

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

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

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