Html Css Color HEX #642E73 Seance

📋 copy color: '#642E73'

red 100 ◦ green 46 ◦ blue 115

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

Shades of Seance #642E73

Tints of Seance #642E73

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.62%

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 38.31%
G = 17.62%
B = 44.06%

CMYK

 C value IS 0.13

 M value IS 0.6

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#642E73 (or 0x642E73) is known color: Seance. HEX triplet: 64, 2E and 73. RGB value is (100,46,115). Sum of RGB (Red+Green+Blue) = 100+46+115=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #642E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642E73 is #9BD18C. Grayscale: #454545. Windows color (decimal): -10211725 or 7548516. OLE color: 7548516.

HSL color Cylindrical-coordinate representation of color #642E73: hue angle of 286.96º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #642E73 is Cyan = 0.13, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 46 115 -
CMYK 0.13 0.6 0 0.55
HSL 286.96º 0.43% 0.32% -
HSV(B) 286.96º 0.6% 0.45% -
XYZ 9.33 5.9 16.87 -
YUV 70.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 100 46 115 0.13 0.6 0 0.55 286.96 0.43 0.32
Hex 64 2E 73 D 3C 0 37 11F 2B 20
Octal 144 56 163 15 74 0 67 437 53 40
Binary 1100100 101110 1110011 1101 111100 0 110111 100011111 101011 100000

Color Harmonies of #642E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642E73

Black with #642E73

Text Example


Text Example

White with #642E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642E73; }

 p { color: rgb(100,46,115); }

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

background-color css

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

 a { background-color: rgb(100,46,115); }

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

border-color css

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

 span { border-color: rgb(100,46,115); }

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