#632d8d

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

Shades of Kingfisher Daisy #632D8D

Tints of Kingfisher Daisy #632D8D

Color information

#632D8D (or 0x632D8D) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 2D and 8D. RGB value is (99,45,141). Sum of RGB (Red+Green+Blue) = 99+45+141=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #632D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632D8D is #9CD272. Grayscale: #474747. Windows color (decimal): -10277491 or 9252195. OLE color: 9252195.

HSL color Cylindrical-coordinate representation of color #632D8D: hue angle of 273.75º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #632D8D is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9945141-
CMYK0.300.6800.45
HSL273.75º51.61%36.47%-
HSV(B)273.75º68.09%55.29%-
XYZ10.896.4525.87-
YUV72.09166.89147.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.74%
GREEN value IS 45 (17.97% from 255) = 15.79%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=34.74%
G=15.79%
B=49.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99451410.300.6800.45273.7551.6136.47
Hex632D8D1E4402D1123424
Octal14355215361040554226444
Binary1100011101101100011011111010001000101101100010010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632d8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,45,141); }

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

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

 a { background-color: rgb(99,45,141); }

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

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

 span { border-color: rgb(99,45,141); }

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