Html Css Color HEX #643190 Kingfisher Daisy

📋 copy color: '#643190'

red 100 ◦ green 49 ◦ blue 144

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

Shades of Kingfisher Daisy #643190

Tints of Kingfisher Daisy #643190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.72%

 BLUE value IS 144 (56.64% from 255) = 49.15%

R = 34.13%
G = 16.72%
B = 49.15%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#643190 (or 0x643190) is known color: Kingfisher Daisy. HEX triplet: 64, 31 and 90. RGB value is (100,49,144). Sum of RGB (Red+Green+Blue) = 100+49+144=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #643190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #643190 is #9BCE6F. Grayscale: #4A4A4A. Windows color (decimal): -10210928 or 9449828. OLE color: 9449828.

HSL color Cylindrical-coordinate representation of color #643190: hue angle of 272.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #643190 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 49 144 -
CMYK 0.31 0.66 0 0.44
HSL 272.21º 0.49% 0.38% -
HSV(B) 272.21º 0.66% 0.56% -
XYZ 11.39 6.92 27.12 -
YUV 75.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 100 49 144 0.31 0.66 0 0.44 272.21 0.49 0.38
Hex 64 31 90 1F 42 0 2C 110 31 26
Octal 144 61 220 37 102 0 54 420 61 46
Binary 1100100 110001 10010000 11111 1000010 0 101100 100010000 110001 100110

Color Harmonies of #643190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643190

Black with #643190

Text Example


Text Example

White with #643190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643190; }

 p { color: rgb(100,49,144); }

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

background-color css

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

 a { background-color: rgb(100,49,144); }

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

border-color css

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

 span { border-color: rgb(100,49,144); }

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