Html Css Color HEX #612270 Seance

📋 copy color: '#612270'

red 97 ◦ green 34 ◦ blue 112

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

Shades of Seance #612270

Tints of Seance #612270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.99%

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

R = 39.92%
G = 13.99%
B = 46.09%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#612270 (or 0x612270) is known color: Seance. HEX triplet: 61, 22 and 70. RGB value is (97,34,112). Sum of RGB (Red+Green+Blue) = 97+34+112=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #612270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612270 is #9EDD8F. Grayscale: #3D3D3D. Windows color (decimal): -10411408 or 7348833. OLE color: 7348833.

HSL color Cylindrical-coordinate representation of color #612270: hue angle of 288.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #612270 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 34 112 -
CMYK 0.13 0.70 0 0.56
HSL 288.46º 0.53% 0.29% -
HSV(B) 288.46º 0.7% 0.44% -
XYZ 8.43 4.86 15.82 -
YUV 61.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 97 34 112 0.13 0.70 0 0.56 288.46 0.53 0.29
Hex 61 22 70 D 46 0 38 120 35 1D
Octal 141 42 160 15 106 0 70 440 65 35
Binary 1100001 100010 1110000 1101 1000110 0 111000 100100000 110101 11101

Color Harmonies of #612270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612270

Black with #612270

Text Example


Text Example

White with #612270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612270; }

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

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

background-color css

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

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

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

border-color css

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

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

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