Html Css Color HEX #613162 Seance

📋 copy color: '#613162'

red 97 ◦ green 49 ◦ blue 98

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

Shades of Seance #613162

Tints of Seance #613162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.08%

 BLUE value IS 98 (38.67% from 255) = 40.16%

R = 39.75%
G = 20.08%
B = 40.16%

CMYK

 C value IS 0.01

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#613162 (or 0x613162) is known color: Seance. HEX triplet: 61, 31 and 62. RGB value is (97,49,98). Sum of RGB (Red+Green+Blue) = 97+49+98=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #613162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613162 is #9ECE9D. Grayscale: #444444. Windows color (decimal): -10407582 or 6435169. OLE color: 6435169.

HSL color Cylindrical-coordinate representation of color #613162: hue angle of 298.78º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #613162 is Cyan = 0.01, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 98 -
CMYK 0.01 0.5 0 0.62
HSL 298.78º 0.33% 0.29% -
HSV(B) 298.78º 0.5% 0.38% -
XYZ 8.23 5.62 12.21 -
YUV 68.94 144.4 148.02 -
System Red Green Blue C M Y K H S L
Decimal 97 49 98 0.01 0.5 0 0.62 298.78 0.33 0.29
Hex 61 31 62 1 32 0 3E 12B 21 1D
Octal 141 61 142 1 62 0 76 453 41 35
Binary 1100001 110001 1100010 1 110010 0 111110 100101011 100001 11101

Color Harmonies of #613162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613162

Black with #613162

Text Example


Text Example

White with #613162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613162; }

 p { color: rgb(97,49,98); }

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

background-color css

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

 a { background-color: rgb(97,49,98); }

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

border-color css

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

 span { border-color: rgb(97,49,98); }

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