Html Css Color HEX #663565 Seance

📋 copy color: '#663565'

red 102 ◦ green 53 ◦ blue 101

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

Shades of Seance #663565

Tints of Seance #663565

RGB

 RED value IS 102 (40.23% from 255) = 39.84%

 GREEN value IS 53 (21.09% from 255) = 20.7%

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

R = 39.84%
G = 20.7%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#663565 (or 0x663565) is known color: Seance. HEX triplet: 66, 35 and 65. RGB value is (102,53,101). Sum of RGB (Red+Green+Blue) = 102+53+101=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 101 (39.84% from 255 or 39.45% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #663565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663565 is #99CA9A. Grayscale: #484848. Windows color (decimal): -10078875 or 6632806. OLE color: 6632806.

HSL color Cylindrical-coordinate representation of color #663565: hue angle of 301.22º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #663565 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 101 -
CMYK 0 0.48 0.01 0.6
HSL 301.22º 0.32% 0.3% -
HSV(B) 301.22º 0.48% 0.4% -
XYZ 9.1 6.31 13.05 -
YUV 73.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 102 53 101 0 0.48 0.01 0.6 301.22 0.32 0.3
Hex 66 35 65 0 30 1 3C 12D 20 1E
Octal 146 65 145 0 60 1 74 455 40 36
Binary 1100110 110101 1100101 0 110000 1 111100 100101101 100000 11110

Color Harmonies of #663565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663565

Black with #663565

Text Example


Text Example

White with #663565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663565; }

 p { color: rgb(102,53,101); }

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

background-color css

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

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

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

border-color css

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

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

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