Html Css Color HEX #612970 Seance

📋 copy color: '#612970'

red 97 ◦ green 41 ◦ blue 112

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

Shades of Seance #612970

Tints of Seance #612970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.4%

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

R = 38.8%
G = 16.4%
B = 44.8%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#612970 (or 0x612970) is known color: Seance. HEX triplet: 61, 29 and 70. RGB value is (97,41,112). Sum of RGB (Red+Green+Blue) = 97+41+112=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #612970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612970 is #9ED68F. Grayscale: #414141. Windows color (decimal): -10409616 or 7350625. OLE color: 7350625.

HSL color Cylindrical-coordinate representation of color #612970: hue angle of 287.32º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612970 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 41 112 -
CMYK 0.13 0.63 0 0.56
HSL 287.32º 0.46% 0.3% -
HSV(B) 287.32º 0.63% 0.44% -
XYZ 8.65 5.3 15.9 -
YUV 65.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 97 41 112 0.13 0.63 0 0.56 287.32 0.46 0.3
Hex 61 29 70 D 3F 0 38 11F 2E 1E
Octal 141 51 160 15 77 0 70 437 56 36
Binary 1100001 101001 1110000 1101 111111 0 111000 100011111 101110 11110

Color Harmonies of #612970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612970

Black with #612970

Text Example


Text Example

White with #612970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612970; }

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

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

background-color css

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

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

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

border-color css

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

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

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