Html Css Color HEX #602577 Seance

📋 copy color: '#602577'

red 96 ◦ green 37 ◦ blue 119

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

Shades of Seance #602577

Tints of Seance #602577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.68%

 BLUE value IS 119 (46.88% from 255) = 47.22%

R = 38.1%
G = 14.68%
B = 47.22%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#602577 (or 0x602577) is known color: Seance. HEX triplet: 60, 25 and 77. RGB value is (96,37,119). Sum of RGB (Red+Green+Blue) = 96+37+119=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #602577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602577 is #9FDA88. Grayscale: #3F3F3F. Windows color (decimal): -10476169 or 7808352. OLE color: 7808352.

HSL color Cylindrical-coordinate representation of color #602577: hue angle of 283.17º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602577 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 37 119 -
CMYK 0.19 0.69 0 0.53
HSL 283.17º 0.53% 0.31% -
HSV(B) 283.17º 0.69% 0.47% -
XYZ 8.82 5.14 17.98 -
YUV 63.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 96 37 119 0.19 0.69 0 0.53 283.17 0.53 0.31
Hex 60 25 77 13 45 0 35 11B 35 1F
Octal 140 45 167 23 105 0 65 433 65 37
Binary 1100000 100101 1110111 10011 1000101 0 110101 100011011 110101 11111

Color Harmonies of #602577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602577

Black with #602577

Text Example


Text Example

White with #602577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602577; }

 p { color: rgb(96,37,119); }

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

background-color css

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

 a { background-color: rgb(96,37,119); }

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

border-color css

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

 span { border-color: rgb(96,37,119); }

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