Html Css Color HEX #653265 Seance

📋 copy color: '#653265'

red 101 ◦ green 50 ◦ blue 101

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

Shades of Seance #653265

Tints of Seance #653265

RGB

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

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

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

R = 40.08%
G = 19.84%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#653265 (or 0x653265) is known color: Seance. HEX triplet: 65, 32 and 65. RGB value is (101,50,101). Sum of RGB (Red+Green+Blue) = 101+50+101=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: red, blue. Hex color #653265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653265 is #9ACD9A. Grayscale: #464646. Windows color (decimal): -10145179 or 6632037. OLE color: 6632037.

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

Color convert

RGB 101 50 101 -
CMYK 0 0.50 0 0.60
HSL 300º 0.34% 0.3% -
HSV(B) 300º 0.5% 0.4% -
XYZ 8.86 5.99 13 -
YUV 71.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 101 50 101 0 0.50 0 0.60 300 0.34 0.3
Hex 65 32 65 0 32 0 3C 12C 22 1E
Octal 145 62 145 0 62 0 74 454 42 36
Binary 1100101 110010 1100101 0 110010 0 111100 100101100 100010 11110

Color Harmonies of #653265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653265

Black with #653265

Text Example


Text Example

White with #653265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653265; }

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

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

background-color css

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

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

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

border-color css

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

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

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