Html Css Color HEX #641D76 Seance

📋 copy color: '#641D76'

red 100 ◦ green 29 ◦ blue 118

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

Shades of Seance #641D76

Tints of Seance #641D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.74%

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

R = 40.49%
G = 11.74%
B = 47.77%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#641D76 (or 0x641D76) is known color: Seance. HEX triplet: 64, 1D and 76. RGB value is (100,29,118). Sum of RGB (Red+Green+Blue) = 100+29+118=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #641D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641D76 is #9BE289. Grayscale: #3C3C3C. Windows color (decimal): -10216074 or 7740772. OLE color: 7740772.

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

Color convert

RGB 100 29 118 -
CMYK 0.15 0.75 0 0.54
HSL 287.87º 0.61% 0.29% -
HSV(B) 287.87º 0.75% 0.46% -
XYZ 8.96 4.9 17.61 -
YUV 60.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 100 29 118 0.15 0.75 0 0.54 287.87 0.61 0.29
Hex 64 1D 76 F 4B 0 36 120 3D 1D
Octal 144 35 166 17 113 0 66 440 75 35
Binary 1100100 11101 1110110 1111 1001011 0 110110 100100000 111101 11101

Color Harmonies of #641D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D76

Black with #641D76

Text Example


Text Example

White with #641D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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