#61277F

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

Shades of Kingfisher Daisy #61277F

Tints of Kingfisher Daisy #61277F

Color information

#61277F (or 0x61277F) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 27 and 7F. RGB value is (97,39,127). Sum of RGB (Red+Green+Blue) = 97+39+127=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #61277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61277F is #9ED880. Grayscale: #424242. Windows color (decimal): -10410113 or 8333153. OLE color: 8333153.

HSL color Cylindrical-coordinate representation of color #61277F: hue angle of 279.55º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61277F is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9739127-
CMYK0.240.6900.50
HSL279.55º53.01%32.55%-
HSV(B)279.55º69.29%49.8%-
XYZ9.495.5220.65-
YUV66.37162.22149.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.88%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 127 (50% from 255) = 48.29%
R=36.88%
G=14.83%
B=48.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97391270.240.6900.50279.5553.0132.55
Hex61277F18450321183521
Octal14147177301050624306541
Binary110000110011111111111100010001010110010100011000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61277F; }

 p { color: rgb(97,39,127); }

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

<style>
 a { background-color: #61277F; }

 a { background-color: rgb(97,39,127); }

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

<style>
 span { border-color: #61277F; }

 span { border-color: rgb(97,39,127); }

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