Html Css Color HEX #641475 Seance

📋 copy color: '#641475'

red 100 ◦ green 20 ◦ blue 117

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

Shades of Seance #641475

Tints of Seance #641475

RGB

 RED value IS 100 (39.45% from 255) = 42.19%

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

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

R = 42.19%
G = 8.44%
B = 49.37%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#641475 (or 0x641475) is known color: Seance. HEX triplet: 64, 14 and 75. RGB value is (100,20,117). Sum of RGB (Red+Green+Blue) = 100+20+117=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #641475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #641475 is #9BEB8A. Grayscale: #363636. Windows color (decimal): -10218379 or 7672932. OLE color: 7672932.

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

Color convert

RGB 100 20 117 -
CMYK 0.15 0.83 0 0.54
HSL 289.48º 0.71% 0.27% -
HSV(B) 289.48º 0.83% 0.46% -
XYZ 8.72 4.49 17.24 -
YUV 54.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 100 20 117 0.15 0.83 0 0.54 289.48 0.71 0.27
Hex 64 14 75 F 53 0 36 121 47 1B
Octal 144 24 165 17 123 0 66 441 107 33
Binary 1100100 10100 1110101 1111 1010011 0 110110 100100001 1000111 11011

Color Harmonies of #641475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641475

Black with #641475

Text Example


Text Example

White with #641475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641475; }

 p { color: rgb(100,20,117); }

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

background-color css

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

 a { background-color: rgb(100,20,117); }

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

border-color css

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

 span { border-color: rgb(100,20,117); }

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