Html Css Color HEX #613362 Seance

📋 copy color: '#613362'

red 97 ◦ green 51 ◦ blue 98

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

Shades of Seance #613362

Tints of Seance #613362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.73%

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

R = 39.43%
G = 20.73%
B = 39.84%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#613362 (or 0x613362) is known color: Seance. HEX triplet: 61, 33 and 62. RGB value is (97,51,98). Sum of RGB (Red+Green+Blue) = 97+51+98=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #613362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613362 is #9ECC9D. Grayscale: #454545. Windows color (decimal): -10407070 or 6435681. OLE color: 6435681.

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

Color convert

RGB 97 51 98 -
CMYK 0.01 0.48 0 0.62
HSL 298.72º 0.32% 0.29% -
HSV(B) 298.72º 0.48% 0.38% -
XYZ 8.32 5.79 12.23 -
YUV 70.11 143.74 147.18 -
System Red Green Blue C M Y K H S L
Decimal 97 51 98 0.01 0.48 0 0.62 298.72 0.32 0.29
Hex 61 33 62 1 30 0 3E 12B 20 1D
Octal 141 63 142 1 60 0 76 453 40 35
Binary 1100001 110011 1100010 1 110000 0 111110 100101011 100000 11101

Color Harmonies of #613362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613362

Black with #613362

Text Example


Text Example

White with #613362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613362; }

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

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

background-color css

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

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

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

border-color css

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

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

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