#631B8B

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

Shades of Kingfisher Daisy #631B8B

Tints of Kingfisher Daisy #631B8B

Color information

#631B8B (or 0x631B8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 1B and 8B. RGB value is (99,27,139). Sum of RGB (Red+Green+Blue) = 99+27+139=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #631B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #631B8B is #9CE474. Grayscale: #3C3C3C. Windows color (decimal): -10282101 or 9116515. OLE color: 9116515.

HSL color Cylindrical-coordinate representation of color #631B8B: hue angle of 278.57º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #631B8B is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9927139-
CMYK0.290.8100.45
HSL278.57º67.47%32.55%-
HSV(B)278.57º80.58%54.51%-
XYZ10.25.324.91-
YUV61.3171.85154.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 27 (10.94% from 255) = 10.19%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=37.36%
G=10.19%
B=52.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99271390.290.8100.45278.5767.4732.55
Hex631B8B1D5102D1174321
Octal143332133512105542710341
Binary1100011110111000101111101101000101011011000101111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631B8B; }

 p { color: rgb(99,27,139); }

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

<style>
 a { background-color: #631B8B; }

 a { background-color: rgb(99,27,139); }

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

<style>
 span { border-color: #631B8B; }

 span { border-color: rgb(99,27,139); }

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