Html Css Color HEX #661471 Seance

📋 copy color: '#661471'

red 102 ◦ green 20 ◦ blue 113

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

Shades of Seance #661471

Tints of Seance #661471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

 BLUE value IS 113 (44.53% from 255) = 48.09%

R = 43.4%
G = 8.51%
B = 48.09%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#661471 (or 0x661471) is known color: Seance. HEX triplet: 66, 14 and 71. RGB value is (102,20,113). Sum of RGB (Red+Green+Blue) = 102+20+113=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #661471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661471 is #99EB8E. Grayscale: #363636. Windows color (decimal): -10087311 or 7410790. OLE color: 7410790.

HSL color Cylindrical-coordinate representation of color #661471: hue angle of 292.9º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661471 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 20 113 -
CMYK 0.10 0.82 0 0.56
HSL 292.9º 0.7% 0.26% -
HSV(B) 292.9º 0.82% 0.44% -
XYZ 8.71 4.52 16.04 -
YUV 55.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 102 20 113 0.10 0.82 0 0.56 292.9 0.7 0.26
Hex 66 14 71 A 52 0 38 125 46 1A
Octal 146 24 161 12 122 0 70 445 106 32
Binary 1100110 10100 1110001 1010 1010010 0 111000 100100101 1000110 11010

Color Harmonies of #661471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661471

Black with #661471

Text Example


Text Example

White with #661471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661471; }

 p { color: rgb(102,20,113); }

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

background-color css

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

 a { background-color: rgb(102,20,113); }

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

border-color css

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

 span { border-color: rgb(102,20,113); }

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