Html Css Color HEX #612578 Seance

📋 copy color: '#612578'

red 97 ◦ green 37 ◦ blue 120

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

Shades of Seance #612578

Tints of Seance #612578

RGB

 RED value IS 97 (38.28% from 255) = 38.19%

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

 BLUE value IS 120 (47.27% from 255) = 47.24%

R = 38.19%
G = 14.57%
B = 47.24%

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

#612578 (or 0x612578) is known color: Seance. HEX triplet: 61, 25 and 78. RGB value is (97,37,120). Sum of RGB (Red+Green+Blue) = 97+37+120=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #612578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612578 is #9EDA87. Grayscale: #404040. Windows color (decimal): -10410632 or 7873889. OLE color: 7873889.

HSL color Cylindrical-coordinate representation of color #612578: hue angle of 283.37º 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 #612578 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 37 120 -
CMYK 0.19 0.69 0 0.53
HSL 283.37º 0.53% 0.31% -
HSV(B) 283.37º 0.69% 0.47% -
XYZ 8.98 5.22 18.3 -
YUV 64.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 97 37 120 0.19 0.69 0 0.53 283.37 0.53 0.31
Hex 61 25 78 13 45 0 35 11B 35 1F
Octal 141 45 170 23 105 0 65 433 65 37
Binary 1100001 100101 1111000 10011 1000101 0 110101 100011011 110101 11111

Color Harmonies of #612578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612578

Black with #612578

Text Example


Text Example

White with #612578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612578; }

 p { color: rgb(97,37,120); }

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

background-color css

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

 a { background-color: rgb(97,37,120); }

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

border-color css

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

 span { border-color: rgb(97,37,120); }

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