Html Css Color HEX #602F61 Palatinate Purple

📋 copy color: '#602F61'

red 96 ◦ green 47 ◦ blue 97

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

Shades of Palatinate Purple #602F61

Tints of Palatinate Purple #602F61

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.58%

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

R = 40%
G = 19.58%
B = 40.42%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#602F61 (or 0x602F61) is known color: Palatinate Purple. HEX triplet: 60, 2F and 61. RGB value is (96,47,97). Sum of RGB (Red+Green+Blue) = 96+47+97=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 97 - color contains mainly: blue. Hex color #602F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602F61 is #9FD09E. Grayscale: #434343. Windows color (decimal): -10473631 or 6369120. OLE color: 6369120.

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

Color convert

RGB 96 47 97 -
CMYK 0.01 0.52 0 0.62
HSL 298.8º 0.35% 0.28% -
HSV(B) 298.8º 0.52% 0.38% -
XYZ 8 5.38 11.93 -
YUV 67.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 96 47 97 0.01 0.52 0 0.62 298.8 0.35 0.28
Hex 60 2F 61 1 34 0 3E 12B 23 1C
Octal 140 57 141 1 64 0 76 453 43 34
Binary 1100000 101111 1100001 1 110100 0 111110 100101011 100011 11100

Color Harmonies of #602F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602F61

Black with #602F61

Text Example


Text Example

White with #602F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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