Html Css Color HEX #641D93 Kingfisher Daisy

📋 copy color: '#641D93'

red 100 ◦ green 29 ◦ blue 147

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

Shades of Kingfisher Daisy #641D93

Tints of Kingfisher Daisy #641D93

RGB

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

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

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

R = 36.23%
G = 10.51%
B = 53.26%

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

#641D93 (or 0x641D93) is known color: Kingfisher Daisy. HEX triplet: 64, 1D and 93. RGB value is (100,29,147). Sum of RGB (Red+Green+Blue) = 100+29+147=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #641D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641D93 is #9BE26C. Grayscale: #3F3F3F. Windows color (decimal): -10216045 or 9641316. OLE color: 9641316.

HSL color Cylindrical-coordinate representation of color #641D93: hue angle of 276.1º degrees, saturation: 0.67, 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 #641D93 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 29 147 -
CMYK 0.32 0.80 0 0.42
HSL 276.1º 0.67% 0.35% -
HSV(B) 276.1º 0.8% 0.58% -
XYZ 10.96 5.69 28.13 -
YUV 63.68 175.02 153.91 -
System Red Green Blue C M Y K H S L
Decimal 100 29 147 0.32 0.80 0 0.42 276.1 0.67 0.35
Hex 64 1D 93 20 50 0 2A 114 43 23
Octal 144 35 223 40 120 0 52 424 103 43
Binary 1100100 11101 10010011 100000 1010000 0 101010 100010100 1000011 100011

Color Harmonies of #641D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D93

Black with #641D93

Text Example


Text Example

White with #641D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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