Html Css Color HEX #641E8D Kingfisher Daisy

📋 copy color: '#641E8D'

red 100 ◦ green 30 ◦ blue 141

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

Shades of Kingfisher Daisy #641E8D

Tints of Kingfisher Daisy #641E8D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 36.9%
G = 11.07%
B = 52.03%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#641E8D (or 0x641E8D) is known color: Kingfisher Daisy. HEX triplet: 64, 1E and 8D. RGB value is (100,30,141). Sum of RGB (Red+Green+Blue) = 100+30+141=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #641E8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641E8D is #9BE172. Grayscale: #3F3F3F. Windows color (decimal): -10215795 or 9248356. OLE color: 9248356.

HSL color Cylindrical-coordinate representation of color #641E8D: hue angle of 277.84º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #641E8D is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 30 141 -
CMYK 0.29 0.79 0 0.45
HSL 277.84º 0.65% 0.34% -
HSV(B) 277.84º 0.79% 0.55% -
XYZ 10.53 5.56 25.72 -
YUV 63.58 171.69 153.97 -
System Red Green Blue C M Y K H S L
Decimal 100 30 141 0.29 0.79 0 0.45 277.84 0.65 0.34
Hex 64 1E 8D 1D 4F 0 2D 116 41 22
Octal 144 36 215 35 117 0 55 426 101 42
Binary 1100100 11110 10001101 11101 1001111 0 101101 100010110 1000001 100010

Color Harmonies of #641E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E8D

Black with #641E8D

Text Example


Text Example

White with #641E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,30,141); }

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

background-color css

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

 a { background-color: rgb(100,30,141); }

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

border-color css

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

 span { border-color: rgb(100,30,141); }

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