#64328B

Color #64328B Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #64328B

Tints of Kingfisher Daisy #64328B

Color information

#64328B (or 0x64328B) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 32 and 8B. RGB value is (100,50,139). Sum of RGB (Red+Green+Blue) = 100+50+139=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #64328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64328B is #9BCD74. Grayscale: #4A4A4A. Windows color (decimal): -10210677 or 9122404. OLE color: 9122404.

HSL color Cylindrical-coordinate representation of color #64328B: hue angle of 273.71º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64328B is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10050139-
CMYK0.280.6400.45
HSL273.71º47.09%37.06%-
HSV(B)273.71º64.03%54.51%-
XYZ11.066.8525.17-
YUV75.1164.06145.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.60%
GREEN value IS 50 (19.92% from 255) = 17.30%
BLUE value IS 139 (54.69% from 255) = 48.10%
R=34.60%
G=17.30%
B=48.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100501390.280.6400.45273.7147.0937.06
Hex64328B1C4002D1122f25
Octal14462213341000554225745
Binary1100100110010100010111110010000000101101100010010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64328B; }

 p { color: rgb(100,50,139); }

 H1.HeaderClassName
 {
   color: #64328B;
 }
 .AnyTagClassName
 {
   color: #64328B;
 }
</style>
background-color css

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

 a { background-color: rgb(100,50,139); }

 div.DivClassName
 {
   background-color: #64328B;
 }
 .BgClassName
 {
   background-color: #64328B;
 }
</style>
border-color css

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

 span { border-color: rgb(100,50,139); }

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