Html Css Color HEX #653370 Seance

📋 copy color: '#653370'

red 101 ◦ green 51 ◦ blue 112

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

Shades of Seance #653370

Tints of Seance #653370

RGB

 RED value IS 101 (39.84% from 255) = 38.26%

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

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

R = 38.26%
G = 19.32%
B = 42.42%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#653370 (or 0x653370) is known color: Seance. HEX triplet: 65, 33 and 70. RGB value is (101,51,112). Sum of RGB (Red+Green+Blue) = 101+51+112=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #653370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653370 is #9ACC8F. Grayscale: #484848. Windows color (decimal): -10144912 or 7353189. OLE color: 7353189.

HSL color Cylindrical-coordinate representation of color #653370: hue angle of 289.18º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #653370 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 51 112 -
CMYK 0.10 0.54 0 0.56
HSL 289.18º 0.37% 0.32% -
HSV(B) 289.18º 0.54% 0.44% -
XYZ 9.48 6.3 16.05 -
YUV 72.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 101 51 112 0.10 0.54 0 0.56 289.18 0.37 0.32
Hex 65 33 70 A 36 0 38 121 25 20
Octal 145 63 160 12 66 0 70 441 45 40
Binary 1100101 110011 1110000 1010 110110 0 111000 100100001 100101 100000

Color Harmonies of #653370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653370

Black with #653370

Text Example


Text Example

White with #653370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653370; }

 p { color: rgb(101,51,112); }

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

background-color css

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

 a { background-color: rgb(101,51,112); }

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

border-color css

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

 span { border-color: rgb(101,51,112); }

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