Html Css Color HEX #642474 Seance

📋 copy color: '#642474'

red 100 ◦ green 36 ◦ blue 116

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

Shades of Seance #642474

Tints of Seance #642474

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.29%

 BLUE value IS 116 (45.7% from 255) = 46.03%

R = 39.68%
G = 14.29%
B = 46.03%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#642474 (or 0x642474) is known color: Seance. HEX triplet: 64, 24 and 74. RGB value is (100,36,116). Sum of RGB (Red+Green+Blue) = 100+36+116=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #642474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642474 is #9BDB8B. Grayscale: #3F3F3F. Windows color (decimal): -10214284 or 7611492. OLE color: 7611492.

HSL color Cylindrical-coordinate representation of color #642474: hue angle of 288º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #642474 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 36 116 -
CMYK 0.14 0.69 0 0.55
HSL 288º 0.53% 0.3% -
HSV(B) 288º 0.69% 0.45% -
XYZ 9.04 5.23 17.06 -
YUV 64.26 157.2 153.5 -
System Red Green Blue C M Y K H S L
Decimal 100 36 116 0.14 0.69 0 0.55 288 0.53 0.3
Hex 64 24 74 E 45 0 37 120 35 1E
Octal 144 44 164 16 105 0 67 440 65 36
Binary 1100100 100100 1110100 1110 1000101 0 110111 100100000 110101 11110

Color Harmonies of #642474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642474

Black with #642474

Text Example


Text Example

White with #642474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642474; }

 p { color: rgb(100,36,116); }

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

background-color css

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

 a { background-color: rgb(100,36,116); }

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

border-color css

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

 span { border-color: rgb(100,36,116); }

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