Html Css Color HEX #642376 Seance

📋 copy color: '#642376'

red 100 ◦ green 35 ◦ blue 118

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

Shades of Seance #642376

Tints of Seance #642376

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 39.53%
G = 13.83%
B = 46.64%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#642376 (or 0x642376) is known color: Seance. HEX triplet: 64, 23 and 76. RGB value is (100,35,118). Sum of RGB (Red+Green+Blue) = 100+35+118=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #642376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642376 is #9BDC89. Grayscale: #3F3F3F. Windows color (decimal): -10214538 or 7742308. OLE color: 7742308.

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

Color convert

RGB 100 35 118 -
CMYK 0.15 0.70 0 0.54
HSL 286.99º 0.54% 0.3% -
HSV(B) 286.99º 0.7% 0.46% -
XYZ 9.13 5.22 17.67 -
YUV 63.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 100 35 118 0.15 0.70 0 0.54 286.99 0.54 0.3
Hex 64 23 76 F 46 0 36 11F 36 1E
Octal 144 43 166 17 106 0 66 437 66 36
Binary 1100100 100011 1110110 1111 1000110 0 110110 100011111 110110 11110

Color Harmonies of #642376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642376

Black with #642376

Text Example


Text Example

White with #642376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642376; }

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

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

background-color css

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

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

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

border-color css

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

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

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