Html Css Color HEX #641D73 Seance

📋 copy color: '#641D73'

red 100 ◦ green 29 ◦ blue 115

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

Shades of Seance #641D73

Tints of Seance #641D73

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.89%

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

R = 40.98%
G = 11.89%
B = 47.13%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#641D73 (or 0x641D73) is known color: Seance. HEX triplet: 64, 1D and 73. RGB value is (100,29,115). Sum of RGB (Red+Green+Blue) = 100+29+115=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #641D73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #641D73 is #9BE28C. Grayscale: #3B3B3B. Windows color (decimal): -10216077 or 7544164. OLE color: 7544164.

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

Color convert

RGB 100 29 115 -
CMYK 0.13 0.75 0 0.55
HSL 289.53º 0.6% 0.28% -
HSV(B) 289.53º 0.75% 0.45% -
XYZ 8.79 4.83 16.69 -
YUV 60.03 159.02 156.51 -
System Red Green Blue C M Y K H S L
Decimal 100 29 115 0.13 0.75 0 0.55 289.53 0.6 0.28
Hex 64 1D 73 D 4B 0 37 122 3C 1C
Octal 144 35 163 15 113 0 67 442 74 34
Binary 1100100 11101 1110011 1101 1001011 0 110111 100100010 111100 11100

Color Harmonies of #641D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D73

Black with #641D73

Text Example


Text Example

White with #641D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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