Html Css Color HEX #653070 Seance

📋 copy color: '#653070'

red 101 ◦ green 48 ◦ blue 112

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

Shades of Seance #653070

Tints of Seance #653070

RGB

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

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

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

R = 38.7%
G = 18.39%
B = 42.91%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#653070 (or 0x653070) is known color: Seance. HEX triplet: 65, 30 and 70. RGB value is (101,48,112). Sum of RGB (Red+Green+Blue) = 101+48+112=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #653070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653070 is #9ACF8F. Grayscale: #464646. Windows color (decimal): -10145680 or 7352421. OLE color: 7352421.

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

Color convert

RGB 101 48 112 -
CMYK 0.10 0.57 0 0.56
HSL 289.69º 0.4% 0.31% -
HSV(B) 289.69º 0.57% 0.44% -
XYZ 9.35 6.05 16 -
YUV 71.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 101 48 112 0.10 0.57 0 0.56 289.69 0.4 0.31
Hex 65 30 70 A 39 0 38 122 28 1F
Octal 145 60 160 12 71 0 70 442 50 37
Binary 1100101 110000 1110000 1010 111001 0 111000 100100010 101000 11111

Color Harmonies of #653070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653070

Black with #653070

Text Example


Text Example

White with #653070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653070; }

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

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

background-color css

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

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

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

border-color css

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

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

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