Html Css Color HEX #642379 Seance

📋 copy color: '#642379'

red 100 ◦ green 35 ◦ blue 121

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

Shades of Seance #642379

Tints of Seance #642379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 47.27%

R = 39.06%
G = 13.67%
B = 47.27%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#642379 (or 0x642379) is known color: Seance. HEX triplet: 64, 23 and 79. RGB value is (100,35,121). Sum of RGB (Red+Green+Blue) = 100+35+121=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #642379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642379 is #9BDC86. Grayscale: #3F3F3F. Windows color (decimal): -10214535 or 7938916. OLE color: 7938916.

HSL color Cylindrical-coordinate representation of color #642379: hue angle of 285.35º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642379 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 35 121 -
CMYK 0.17 0.71 0 0.53
HSL 285.35º 0.55% 0.31% -
HSV(B) 285.35º 0.71% 0.47% -
XYZ 9.31 5.29 18.62 -
YUV 64.24 160.03 153.51 -
System Red Green Blue C M Y K H S L
Decimal 100 35 121 0.17 0.71 0 0.53 285.35 0.55 0.31
Hex 64 23 79 11 47 0 35 11D 37 1F
Octal 144 43 171 21 107 0 65 435 67 37
Binary 1100100 100011 1111001 10001 1000111 0 110101 100011101 110111 11111

Color Harmonies of #642379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642379

Black with #642379

Text Example


Text Example

White with #642379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642379; }

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

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

background-color css

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

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

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

border-color css

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

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

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