Html Css Color HEX #613262 Seance

📋 copy color: '#613262'

red 97 ◦ green 50 ◦ blue 98

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

Shades of Seance #613262

Tints of Seance #613262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

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

R = 39.59%
G = 20.41%
B = 40%

CMYK

 C value IS 0.01

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#613262 (or 0x613262) is known color: Seance. HEX triplet: 61, 32 and 62. RGB value is (97,50,98). Sum of RGB (Red+Green+Blue) = 97+50+98=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 98 - color contains mainly: blue. Hex color #613262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613262 is #9ECD9D. Grayscale: #454545. Windows color (decimal): -10407326 or 6435425. OLE color: 6435425.

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

Color convert

RGB 97 50 98 -
CMYK 0.01 0.49 0 0.62
HSL 298.75º 0.32% 0.29% -
HSV(B) 298.75º 0.49% 0.38% -
XYZ 8.27 5.7 12.22 -
YUV 69.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 97 50 98 0.01 0.49 0 0.62 298.75 0.32 0.29
Hex 61 32 62 1 31 0 3E 12B 20 1D
Octal 141 62 142 1 61 0 76 453 40 35
Binary 1100001 110010 1100010 1 110001 0 111110 100101011 100000 11101

Color Harmonies of #613262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613262

Black with #613262

Text Example


Text Example

White with #613262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613262; }

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

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

background-color css

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

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

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

border-color css

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

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

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