Html Css Color HEX #653165 Seance

📋 copy color: '#653165'

red 101 ◦ green 49 ◦ blue 101

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

Shades of Seance #653165

Tints of Seance #653165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 40.24%
G = 19.52%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#653165 (or 0x653165) is known color: Seance. HEX triplet: 65, 31 and 65. RGB value is (101,49,101). Sum of RGB (Red+Green+Blue) = 101+49+101=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #653165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653165 is #9ACE9A. Grayscale: #464646. Windows color (decimal): -10145435 or 6631781. OLE color: 6631781.

HSL color Cylindrical-coordinate representation of color #653165: hue angle of 300º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #653165 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 49 101 -
CMYK 0 0.51 0 0.60
HSL 300º 0.35% 0.29% -
HSV(B) 300º 0.51% 0.4% -
XYZ 8.81 5.9 12.99 -
YUV 70.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 101 49 101 0 0.51 0 0.60 300 0.35 0.29
Hex 65 31 65 0 33 0 3C 12C 23 1D
Octal 145 61 145 0 63 0 74 454 43 35
Binary 1100101 110001 1100101 0 110011 0 111100 100101100 100011 11101

Color Harmonies of #653165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653165

Black with #653165

Text Example


Text Example

White with #653165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653165; }

 p { color: rgb(101,49,101); }

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

background-color css

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

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

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

border-color css

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

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

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