Html Css Color HEX #602471 Seance

📋 copy color: '#602471'

red 96 ◦ green 36 ◦ blue 113

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

Shades of Seance #602471

Tints of Seance #602471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

 BLUE value IS 113 (44.53% from 255) = 46.12%

R = 39.18%
G = 14.69%
B = 46.12%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#602471 (or 0x602471) is known color: Seance. HEX triplet: 60, 24 and 71. RGB value is (96,36,113). Sum of RGB (Red+Green+Blue) = 96+36+113=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #602471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602471 is #9FDB8E. Grayscale: #3E3E3E. Windows color (decimal): -10476431 or 7414880. OLE color: 7414880.

HSL color Cylindrical-coordinate representation of color #602471: hue angle of 286.75º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #602471 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 36 113 -
CMYK 0.15 0.68 0 0.56
HSL 286.75º 0.52% 0.29% -
HSV(B) 286.75º 0.68% 0.44% -
XYZ 8.44 4.94 16.13 -
YUV 62.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 96 36 113 0.15 0.68 0 0.56 286.75 0.52 0.29
Hex 60 24 71 F 44 0 38 11F 34 1D
Octal 140 44 161 17 104 0 70 437 64 35
Binary 1100000 100100 1110001 1111 1000100 0 111000 100011111 110100 11101

Color Harmonies of #602471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602471

Black with #602471

Text Example


Text Example

White with #602471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602471; }

 p { color: rgb(96,36,113); }

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

background-color css

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

 a { background-color: rgb(96,36,113); }

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

border-color css

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

 span { border-color: rgb(96,36,113); }

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