Html Css Color HEX #661375 Seance

📋 copy color: '#661375'

red 102 ◦ green 19 ◦ blue 117

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

Shades of Seance #661375

Tints of Seance #661375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

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

R = 42.86%
G = 7.98%
B = 49.16%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#661375 (or 0x661375) is known color: Seance. HEX triplet: 66, 13 and 75. RGB value is (102,19,117). Sum of RGB (Red+Green+Blue) = 102+19+117=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #661375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661375 is #99EC8A. Grayscale: #363636. Windows color (decimal): -10087563 or 7672678. OLE color: 7672678.

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

Color convert

RGB 102 19 117 -
CMYK 0.13 0.84 0 0.54
HSL 290.82º 0.72% 0.27% -
HSV(B) 290.82º 0.84% 0.46% -
XYZ 8.92 4.57 17.24 -
YUV 54.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 102 19 117 0.13 0.84 0 0.54 290.82 0.72 0.27
Hex 66 13 75 D 54 0 36 123 48 1B
Octal 146 23 165 15 124 0 66 443 110 33
Binary 1100110 10011 1110101 1101 1010100 0 110110 100100011 1001000 11011

Color Harmonies of #661375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661375

Black with #661375

Text Example


Text Example

White with #661375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661375; }

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

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

background-color css

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

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

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

border-color css

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

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

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