#63418A

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

Shades of Daisy Bush #63418A

Tints of Daisy Bush #63418A

Color information

#63418A (or 0x63418A) is unknown color: approx Daisy Bush. HEX triplet: 63, 41 and 8A. RGB value is (99,65,138). Sum of RGB (Red+Green+Blue) = 99+65+138=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #63418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63418A is #9CBE75. Grayscale: #535353. Windows color (decimal): -10272374 or 9060707. OLE color: 9060707.

HSL color Cylindrical-coordinate representation of color #63418A: hue angle of 267.95º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63418A is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9965138-
CMYK0.280.5300.46
HSL267.95º35.96%39.8%-
HSV(B)267.95º52.9%54.12%-
XYZ11.628.2725.03-
YUV83.49158.76139.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 138 (54.30% from 255) = 45.70%
R=32.78%
G=21.52%
B=45.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99651380.280.5300.46267.9535.9639.8
Hex63418A1C3502E10c2428
Octal14310121234650564144450
Binary1100011100000110001010111001101010101110100001100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63418A; }

 p { color: rgb(99,65,138); }

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

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

 a { background-color: rgb(99,65,138); }

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

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

 span { border-color: rgb(99,65,138); }

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