Html Css Color HEX #602677 Seance

📋 copy color: '#602677'

red 96 ◦ green 38 ◦ blue 119

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

Shades of Seance #602677

Tints of Seance #602677

RGB

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

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

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

R = 37.94%
G = 15.02%
B = 47.04%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#602677 (or 0x602677) is known color: Seance. HEX triplet: 60, 26 and 77. RGB value is (96,38,119). Sum of RGB (Red+Green+Blue) = 96+38+119=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #602677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602677 is #9FD988. Grayscale: #404040. Windows color (decimal): -10475913 or 7808608. OLE color: 7808608.

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

Color convert

RGB 96 38 119 -
CMYK 0.19 0.68 0 0.53
HSL 282.96º 0.52% 0.31% -
HSV(B) 282.96º 0.68% 0.47% -
XYZ 8.85 5.2 17.99 -
YUV 64.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 96 38 119 0.19 0.68 0 0.53 282.96 0.52 0.31
Hex 60 26 77 13 44 0 35 11B 34 1F
Octal 140 46 167 23 104 0 65 433 64 37
Binary 1100000 100110 1110111 10011 1000100 0 110101 100011011 110100 11111

Color Harmonies of #602677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602677

Black with #602677

Text Example


Text Example

White with #602677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602677; }

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

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

background-color css

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

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

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

border-color css

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

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

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