Html Css Color HEX #653364 Seance

📋 copy color: '#653364'

red 101 ◦ green 51 ◦ blue 100

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

Shades of Seance #653364

Tints of Seance #653364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 39.68%

R = 40.08%
G = 20.24%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#653364 (or 0x653364) is known color: Seance. HEX triplet: 65, 33 and 64. RGB value is (101,51,100). Sum of RGB (Red+Green+Blue) = 101+51+100=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #653364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653364 is #9ACC9B. Grayscale: #474747. Windows color (decimal): -10144924 or 6566757. OLE color: 6566757.

HSL color Cylindrical-coordinate representation of color #653364: hue angle of 301.2º degrees, saturation: 0.33, 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 #653364 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 51 100 -
CMYK 0 0.50 0.01 0.60
HSL 301.2º 0.33% 0.3% -
HSV(B) 301.2º 0.5% 0.4% -
XYZ 8.85 6.05 12.76 -
YUV 71.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 101 51 100 0 0.50 0.01 0.60 301.2 0.33 0.3
Hex 65 33 64 0 32 1 3C 12D 21 1E
Octal 145 63 144 0 62 1 74 455 41 36
Binary 1100101 110011 1100100 0 110010 1 111100 100101101 100001 11110

Color Harmonies of #653364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653364

Black with #653364

Text Example


Text Example

White with #653364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653364; }

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

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

background-color css

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

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

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

border-color css

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

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

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