Html Css Color HEX #641E93 Kingfisher Daisy

📋 copy color: '#641E93'

red 100 ◦ green 30 ◦ blue 147

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

Shades of Kingfisher Daisy #641E93

Tints of Kingfisher Daisy #641E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 36.1%
G = 10.83%
B = 53.07%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641E93 (or 0x641E93) is known color: Kingfisher Daisy. HEX triplet: 64, 1E and 93. RGB value is (100,30,147). Sum of RGB (Red+Green+Blue) = 100+30+147=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 30 (12.11% from 255 or 10.83% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #641E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641E93 is #9BE16C. Grayscale: #3F3F3F. Windows color (decimal): -10215789 or 9641572. OLE color: 9641572.

HSL color Cylindrical-coordinate representation of color #641E93: hue angle of 275.9º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #641E93 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 30 147 -
CMYK 0.32 0.80 0 0.42
HSL 275.9º 0.66% 0.35% -
HSV(B) 275.9º 0.8% 0.58% -
XYZ 10.99 5.74 28.13 -
YUV 64.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 100 30 147 0.32 0.80 0 0.42 275.9 0.66 0.35
Hex 64 1E 93 20 50 0 2A 114 42 23
Octal 144 36 223 40 120 0 52 424 102 43
Binary 1100100 11110 10010011 100000 1010000 0 101010 100010100 1000010 100011

Color Harmonies of #641E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E93

Black with #641E93

Text Example


Text Example

White with #641E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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