#64368F

Color #64368F Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #64368F

Tints of Daisy Bush #64368F

Color information

#64368F (or 0x64368F) is unknown color: approx Daisy Bush. HEX triplet: 64, 36 and 8F. RGB value is (100,54,143). Sum of RGB (Red+Green+Blue) = 100+54+143=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 143 (56.25% from 255 or 48.15% from 297); Max value from RGB is 143 - color contains mainly: blue. Hex color #64368F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64368F is #9BC970. Grayscale: #4D4D4D. Windows color (decimal): -10209649 or 9385572. OLE color: 9385572.

HSL color Cylindrical-coordinate representation of color #64368F: hue angle of 271.01º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64368F is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10054143-
CMYK0.300.6200.44
HSL271.01º45.18%38.63%-
HSV(B)271.01º62.24%56.08%-
XYZ11.537.3326.79-
YUV77.9164.74143.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 54 (21.48% from 255) = 18.18%
BLUE value IS 143 (56.25% from 255) = 48.15%
R=33.67%
G=18.18%
B=48.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100541430.300.6200.44271.0145.1838.63
Hex64368F1E3E02C10f2d27
Octal1446621736760544175547
Binary110010011011010001111111101111100101100100001111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64368F; }

 p { color: rgb(100,54,143); }

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

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

 a { background-color: rgb(100,54,143); }

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

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

 span { border-color: rgb(100,54,143); }

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