Html Css Color HEX #613461 Seance

📋 copy color: '#613461'

red 97 ◦ green 52 ◦ blue 97

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

Shades of Seance #613461

Tints of Seance #613461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 39.43%
G = 21.14%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#613461 (or 0x613461) is known color: Seance. HEX triplet: 61, 34 and 61. RGB value is (97,52,97). Sum of RGB (Red+Green+Blue) = 97+52+97=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #613461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613461 is #9ECB9E. Grayscale: #464646. Windows color (decimal): -10406815 or 6370401. OLE color: 6370401.

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

Color convert

RGB 97 52 97 -
CMYK 0 0.46 0 0.62
HSL 300º 0.3% 0.29% -
HSV(B) 300º 0.46% 0.38% -
XYZ 8.32 5.86 12 -
YUV 70.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 97 52 97 0 0.46 0 0.62 300 0.3 0.29
Hex 61 34 61 0 2E 0 3E 12C 1E 1D
Octal 141 64 141 0 56 0 76 454 36 35
Binary 1100001 110100 1100001 0 101110 0 111110 100101100 11110 11101

Color Harmonies of #613461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613461

Black with #613461

Text Example


Text Example

White with #613461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613461; }

 p { color: rgb(97,52,97); }

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

background-color css

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

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

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

border-color css

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

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

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