Html Css Color HEX #653071 Seance

📋 copy color: '#653071'

red 101 ◦ green 48 ◦ blue 113

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

Shades of Seance #653071

Tints of Seance #653071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.32%

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 38.55%
G = 18.32%
B = 43.13%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#653071 (or 0x653071) is known color: Seance. HEX triplet: 65, 30 and 71. RGB value is (101,48,113). Sum of RGB (Red+Green+Blue) = 101+48+113=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #653071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653071 is #9ACF8E. Grayscale: #474747. Windows color (decimal): -10145679 or 7417957. OLE color: 7417957.

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

Color convert

RGB 101 48 113 -
CMYK 0.11 0.58 0 0.56
HSL 288.92º 0.4% 0.32% -
HSV(B) 288.92º 0.58% 0.44% -
XYZ 9.4 6.07 16.3 -
YUV 71.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 101 48 113 0.11 0.58 0 0.56 288.92 0.4 0.32
Hex 65 30 71 B 3A 0 38 121 28 20
Octal 145 60 161 13 72 0 70 441 50 40
Binary 1100101 110000 1110001 1011 111010 0 111000 100100001 101000 100000

Color Harmonies of #653071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653071

Black with #653071

Text Example


Text Example

White with #653071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653071; }

 p { color: rgb(101,48,113); }

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

background-color css

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

 a { background-color: rgb(101,48,113); }

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

border-color css

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

 span { border-color: rgb(101,48,113); }

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