Html Css Color HEX #663275 Seance

📋 copy color: '#663275'

red 102 ◦ green 50 ◦ blue 117

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

Shades of Seance #663275

Tints of Seance #663275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 37.92%
G = 18.59%
B = 43.49%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#663275 (or 0x663275) is known color: Seance. HEX triplet: 66, 32 and 75. RGB value is (102,50,117). Sum of RGB (Red+Green+Blue) = 102+50+117=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #663275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663275 is #99CD8A. Grayscale: #484848. Windows color (decimal): -10079627 or 7680614. OLE color: 7680614.

HSL color Cylindrical-coordinate representation of color #663275: hue angle of 286.57º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #663275 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 50 117 -
CMYK 0.13 0.57 0 0.54
HSL 286.57º 0.4% 0.33% -
HSV(B) 286.57º 0.57% 0.46% -
XYZ 9.83 6.39 17.54 -
YUV 73.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 102 50 117 0.13 0.57 0 0.54 286.57 0.4 0.33
Hex 66 32 75 D 39 0 36 11F 28 21
Octal 146 62 165 15 71 0 66 437 50 41
Binary 1100110 110010 1110101 1101 111001 0 110110 100011111 101000 100001

Color Harmonies of #663275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663275

Black with #663275

Text Example


Text Example

White with #663275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663275; }

 p { color: rgb(102,50,117); }

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

background-color css

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

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

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

border-color css

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

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

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