#632C8C

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

Shades of Kingfisher Daisy #632C8C

Tints of Kingfisher Daisy #632C8C

Color information

#632C8C (or 0x632C8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 2C and 8C. RGB value is (99,44,140). Sum of RGB (Red+Green+Blue) = 99+44+140=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #632C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632C8C is #9CD373. Grayscale: #474747. Windows color (decimal): -10277748 or 9186403. OLE color: 9186403.

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

Color convert

RGB9944140-
CMYK0.290.6900.45
HSL274.38º52.17%36.08%-
HSV(B)274.38º68.57%54.9%-
XYZ10.786.3525.47-
YUV71.39166.72147.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.98%
GREEN value IS 44 (17.58% from 255) = 15.55%
BLUE value IS 140 (55.08% from 255) = 49.47%
R=34.98%
G=15.55%
B=49.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99441400.290.6900.45274.3852.1736.08
Hex632C8C1D4502D1123424
Octal14354214351050554226444
Binary1100011101100100011001110110001010101101100010010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,44,140); }

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

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

 a { background-color: rgb(99,44,140); }

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

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

 span { border-color: rgb(99,44,140); }

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