Html Css Color HEX #64316F Seance

📋 copy color: '#64316F'

red 100 ◦ green 49 ◦ blue 111

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

Shades of Seance #64316F

Tints of Seance #64316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

 BLUE value IS 111 (43.75% from 255) = 42.69%

R = 38.46%
G = 18.85%
B = 42.69%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#64316F (or 0x64316F) is known color: Seance. HEX triplet: 64, 31 and 6F. RGB value is (100,49,111). Sum of RGB (Red+Green+Blue) = 100+49+111=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 111 (43.75% from 255 or 42.69% from 260); Max value from RGB is 111 - color contains mainly: blue. Hex color #64316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64316F is #9BCE90. Grayscale: #474747. Windows color (decimal): -10210961 or 7287140. OLE color: 7287140.

HSL color Cylindrical-coordinate representation of color #64316F: hue angle of 289.35º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64316F is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 49 111 -
CMYK 0.10 0.56 0 0.56
HSL 289.35º 0.39% 0.31% -
HSV(B) 289.35º 0.56% 0.44% -
XYZ 9.22 6.05 15.72 -
YUV 71.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 100 49 111 0.10 0.56 0 0.56 289.35 0.39 0.31
Hex 64 31 6F A 38 0 38 121 27 1F
Octal 144 61 157 12 70 0 70 441 47 37
Binary 1100100 110001 1101111 1010 111000 0 111000 100100001 100111 11111

Color Harmonies of #64316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64316F

Black with #64316F

Text Example


Text Example

White with #64316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64316F; }

 p { color: rgb(100,49,111); }

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

background-color css

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

 a { background-color: rgb(100,49,111); }

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

border-color css

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

 span { border-color: rgb(100,49,111); }

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