#632E93

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

Shades of Daisy Bush #632E93

Tints of Daisy Bush #632E93

Color information

#632E93 (or 0x632E93) is unknown color: approx Daisy Bush. HEX triplet: 63, 2E and 93. RGB value is (99,46,147). Sum of RGB (Red+Green+Blue) = 99+46+147=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #632E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632E93 is #9CD16C. Grayscale: #494949. Windows color (decimal): -10277229 or 9645667. OLE color: 9645667.

HSL color Cylindrical-coordinate representation of color #632E93: hue angle of 271.49º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #632E93 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9946147-
CMYK0.330.6900.42
HSL271.49º52.33%37.84%-
HSV(B)271.49º68.71%57.65%-
XYZ11.396.7128.3-
YUV73.36169.56146.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 46 (18.36% from 255) = 15.75%
BLUE value IS 147 (57.81% from 255) = 50.34%
R=33.90%
G=15.75%
B=50.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99461470.330.6900.42271.4952.3337.84
Hex632E93214502A10f3426
Octal14356223411050524176446
Binary11000111011101001001110000110001010101010100001111110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632E93; }

 p { color: rgb(99,46,147); }

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

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

 a { background-color: rgb(99,46,147); }

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

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

 span { border-color: rgb(99,46,147); }

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