Html Css Color HEX #612470 Seance

📋 copy color: '#612470'

red 97 ◦ green 36 ◦ blue 112

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

Shades of Seance #612470

Tints of Seance #612470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 39.59%
G = 14.69%
B = 45.71%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#612470 (or 0x612470) is known color: Seance. HEX triplet: 61, 24 and 70. RGB value is (97,36,112). Sum of RGB (Red+Green+Blue) = 97+36+112=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #612470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612470 is #9EDB8F. Grayscale: #3E3E3E. Windows color (decimal): -10410896 or 7349345. OLE color: 7349345.

HSL color Cylindrical-coordinate representation of color #612470: hue angle of 288.16º degrees, saturation: 0.51, 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 #612470 is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 36 112 -
CMYK 0.13 0.68 0 0.56
HSL 288.16º 0.51% 0.29% -
HSV(B) 288.16º 0.68% 0.44% -
XYZ 8.49 4.97 15.84 -
YUV 62.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 97 36 112 0.13 0.68 0 0.56 288.16 0.51 0.29
Hex 61 24 70 D 44 0 38 120 33 1D
Octal 141 44 160 15 104 0 70 440 63 35
Binary 1100001 100100 1110000 1101 1000100 0 111000 100100000 110011 11101

Color Harmonies of #612470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612470

Black with #612470

Text Example


Text Example

White with #612470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612470; }

 p { color: rgb(97,36,112); }

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

background-color css

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

 a { background-color: rgb(97,36,112); }

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

border-color css

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

 span { border-color: rgb(97,36,112); }

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