Html Css Color HEX #641A93 Kingfisher Daisy

📋 copy color: '#641A93'

red 100 ◦ green 26 ◦ blue 147

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

Shades of Kingfisher Daisy #641A93

Tints of Kingfisher Daisy #641A93

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.52%

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

R = 36.63%
G = 9.52%
B = 53.85%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#641A93 (or 0x641A93) is known color: Kingfisher Daisy. HEX triplet: 64, 1A and 93. RGB value is (100,26,147). Sum of RGB (Red+Green+Blue) = 100+26+147=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #641A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641A93 is #9BE56C. Grayscale: #3D3D3D. Windows color (decimal): -10216813 or 9640548. OLE color: 9640548.

HSL color Cylindrical-coordinate representation of color #641A93: hue angle of 276.69º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641A93 is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 26 147 -
CMYK 0.32 0.82 0 0.42
HSL 276.69º 0.7% 0.34% -
HSV(B) 276.69º 0.82% 0.58% -
XYZ 10.89 5.55 28.1 -
YUV 61.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 100 26 147 0.32 0.82 0 0.42 276.69 0.7 0.34
Hex 64 1A 93 20 52 0 2A 115 46 22
Octal 144 32 223 40 122 0 52 425 106 42
Binary 1100100 11010 10010011 100000 1010010 0 101010 100010101 1000110 100010

Color Harmonies of #641A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641A93

Black with #641A93

Text Example


Text Example

White with #641A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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