Html Css Color HEX #602761 Palatinate Purple

📋 copy color: '#602761'

red 96 ◦ green 39 ◦ blue 97

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

Shades of Palatinate Purple #602761

Tints of Palatinate Purple #602761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.81%

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

R = 41.38%
G = 16.81%
B = 41.81%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#602761 (or 0x602761) is known color: Palatinate Purple. HEX triplet: 60, 27 and 61. RGB value is (96,39,97). Sum of RGB (Red+Green+Blue) = 96+39+97=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: blue. Hex color #602761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602761 is #9FD89E. Grayscale: #3E3E3E. Windows color (decimal): -10475679 or 6367072. OLE color: 6367072.

HSL color Cylindrical-coordinate representation of color #602761: hue angle of 298.97º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602761 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 39 97 -
CMYK 0.01 0.60 0 0.62
HSL 298.97º 0.43% 0.27% -
HSV(B) 298.97º 0.6% 0.38% -
XYZ 7.71 4.8 11.83 -
YUV 62.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 96 39 97 0.01 0.60 0 0.62 298.97 0.43 0.27
Hex 60 27 61 1 3C 0 3E 12B 2B 1B
Octal 140 47 141 1 74 0 76 453 53 33
Binary 1100000 100111 1100001 1 111100 0 111110 100101011 101011 11011

Color Harmonies of #602761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602761

Black with #602761

Text Example


Text Example

White with #602761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602761; }

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

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

background-color css

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

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

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

border-color css

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

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

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