Html Css Color HEX #641B76 Seance

📋 copy color: '#641B76'

red 100 ◦ green 27 ◦ blue 118

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

Shades of Seance #641B76

Tints of Seance #641B76

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.02%

 BLUE value IS 118 (46.48% from 255) = 48.16%

R = 40.82%
G = 11.02%
B = 48.16%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#641B76 (or 0x641B76) is known color: Seance. HEX triplet: 64, 1B and 76. RGB value is (100,27,118). Sum of RGB (Red+Green+Blue) = 100+27+118=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #641B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641B76 is #9BE489. Grayscale: #3A3A3A. Windows color (decimal): -10216586 or 7740260. OLE color: 7740260.

HSL color Cylindrical-coordinate representation of color #641B76: hue angle of 288.13º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #641B76 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 27 118 -
CMYK 0.15 0.77 0 0.54
HSL 288.13º 0.63% 0.28% -
HSV(B) 288.13º 0.77% 0.46% -
XYZ 8.92 4.8 17.6 -
YUV 59.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 100 27 118 0.15 0.77 0 0.54 288.13 0.63 0.28
Hex 64 1B 76 F 4D 0 36 120 3F 1C
Octal 144 33 166 17 115 0 66 440 77 34
Binary 1100100 11011 1110110 1111 1001101 0 110110 100100000 111111 11100

Color Harmonies of #641B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641B76

Black with #641B76

Text Example


Text Example

White with #641B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641B76; }

 p { color: rgb(100,27,118); }

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

background-color css

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

 a { background-color: rgb(100,27,118); }

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

border-color css

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

 span { border-color: rgb(100,27,118); }

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