Html Css Color HEX #642076 Seance

📋 copy color: '#642076'

red 100 ◦ green 32 ◦ blue 118

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

Shades of Seance #642076

Tints of Seance #642076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

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

R = 40%
G = 12.8%
B = 47.2%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#642076 (or 0x642076) is known color: Seance. HEX triplet: 64, 20 and 76. RGB value is (100,32,118). Sum of RGB (Red+Green+Blue) = 100+32+118=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #642076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642076 is #9BDF89. Grayscale: #3D3D3D. Windows color (decimal): -10215306 or 7741540. OLE color: 7741540.

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

Color convert

RGB 100 32 118 -
CMYK 0.15 0.73 0 0.54
HSL 287.44º 0.57% 0.29% -
HSV(B) 287.44º 0.73% 0.46% -
XYZ 9.04 5.05 17.64 -
YUV 62.14 159.53 155.01 -
System Red Green Blue C M Y K H S L
Decimal 100 32 118 0.15 0.73 0 0.54 287.44 0.57 0.29
Hex 64 20 76 F 49 0 36 11F 39 1D
Octal 144 40 166 17 111 0 66 437 71 35
Binary 1100100 100000 1110110 1111 1001001 0 110110 100011111 111001 11101

Color Harmonies of #642076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642076

Black with #642076

Text Example


Text Example

White with #642076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642076; }

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

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

background-color css

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

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

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

border-color css

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

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

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