Html Css Color HEX #602571 Seance

📋 copy color: '#602571'

red 96 ◦ green 37 ◦ blue 113

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

Shades of Seance #602571

Tints of Seance #602571

RGB

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

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

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

R = 39.02%
G = 15.04%
B = 45.93%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#602571 (or 0x602571) is known color: Seance. HEX triplet: 60, 25 and 71. RGB value is (96,37,113). Sum of RGB (Red+Green+Blue) = 96+37+113=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #602571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602571 is #9FDA8E. Grayscale: #3F3F3F. Windows color (decimal): -10476175 or 7415136. OLE color: 7415136.

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

Color convert

RGB 96 37 113 -
CMYK 0.15 0.67 0 0.56
HSL 286.58º 0.51% 0.29% -
HSV(B) 286.58º 0.67% 0.44% -
XYZ 8.47 5 16.14 -
YUV 63.31 156.05 151.32 -
System Red Green Blue C M Y K H S L
Decimal 96 37 113 0.15 0.67 0 0.56 286.58 0.51 0.29
Hex 60 25 71 F 43 0 38 11F 33 1D
Octal 140 45 161 17 103 0 70 437 63 35
Binary 1100000 100101 1110001 1111 1000011 0 111000 100011111 110011 11101

Color Harmonies of #602571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602571

Black with #602571

Text Example


Text Example

White with #602571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602571; }

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

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

background-color css

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

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

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

border-color css

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

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

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