Html Css Color HEX #642F74 Seance

📋 copy color: '#642F74'

red 100 ◦ green 47 ◦ blue 116

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

Shades of Seance #642F74

Tints of Seance #642F74

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.87%

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

R = 38.02%
G = 17.87%
B = 44.11%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#642F74 (or 0x642F74) is known color: Seance. HEX triplet: 64, 2F and 74. RGB value is (100,47,116). Sum of RGB (Red+Green+Blue) = 100+47+116=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 116 (45.70% from 255 or 44.11% from 263); Max value from RGB is 116 - color contains mainly: blue. Hex color #642F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642F74 is #9BD08B. Grayscale: #464646. Windows color (decimal): -10211468 or 7614308. OLE color: 7614308.

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

Color convert

RGB 100 47 116 -
CMYK 0.14 0.59 0 0.55
HSL 286.09º 0.42% 0.32% -
HSV(B) 286.09º 0.59% 0.45% -
XYZ 9.42 6 17.19 -
YUV 70.71 153.56 148.89 -
System Red Green Blue C M Y K H S L
Decimal 100 47 116 0.14 0.59 0 0.55 286.09 0.42 0.32
Hex 64 2F 74 E 3B 0 37 11E 2A 20
Octal 144 57 164 16 73 0 67 436 52 40
Binary 1100100 101111 1110100 1110 111011 0 110111 100011110 101010 100000

Color Harmonies of #642F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F74

Black with #642F74

Text Example


Text Example

White with #642F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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