Html Css Color HEX #602E61 Palatinate Purple

📋 copy color: '#602E61'

red 96 ◦ green 46 ◦ blue 97

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

Shades of Palatinate Purple #602E61

Tints of Palatinate Purple #602E61

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.25%

 BLUE value IS 97 (38.28% from 255) = 40.59%

R = 40.17%
G = 19.25%
B = 40.59%

CMYK

 C value IS 0.01

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#602E61 (or 0x602E61) is known color: Palatinate Purple. HEX triplet: 60, 2E and 61. RGB value is (96,46,97). Sum of RGB (Red+Green+Blue) = 96+46+97=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 97 - color contains mainly: blue. Hex color #602E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E61 is #9FD19E. Grayscale: #424242. Windows color (decimal): -10473887 or 6368864. OLE color: 6368864.

HSL color Cylindrical-coordinate representation of color #602E61: hue angle of 298.82º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #602E61 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 46 97 -
CMYK 0.01 0.53 0 0.62
HSL 298.82º 0.36% 0.28% -
HSV(B) 298.82º 0.53% 0.38% -
XYZ 7.96 5.3 11.91 -
YUV 66.76 145.07 148.85 -
System Red Green Blue C M Y K H S L
Decimal 96 46 97 0.01 0.53 0 0.62 298.82 0.36 0.28
Hex 60 2E 61 1 35 0 3E 12B 24 1C
Octal 140 56 141 1 65 0 76 453 44 34
Binary 1100000 101110 1100001 1 110101 0 111110 100101011 100100 11100

Color Harmonies of #602E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602E61

Black with #602E61

Text Example


Text Example

White with #602E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602E61; }

 p { color: rgb(96,46,97); }

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

background-color css

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

 a { background-color: rgb(96,46,97); }

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

border-color css

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

 span { border-color: rgb(96,46,97); }

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