#61327B

Color #61327B Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #61327B

Tints of Honey Flower #61327B

Color information

#61327B (or 0x61327B) is unknown color: approx Honey Flower. HEX triplet: 61, 32 and 7B. RGB value is (97,50,123). Sum of RGB (Red+Green+Blue) = 97+50+123=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #61327B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61327B is #9ECD84. Grayscale: #484848. Windows color (decimal): -10407301 or 8073825. OLE color: 8073825.

HSL color Cylindrical-coordinate representation of color #61327B: hue angle of 278.63º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61327B is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9750123-
CMYK0.210.5900.52
HSL278.63º42.2%33.92%-
HSV(B)278.63º59.35%48.24%-
XYZ9.656.2519.44-
YUV72.38156.57145.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=35.93%
G=18.52%
B=45.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97501230.210.5900.52278.6342.233.92
Hex61327B153B0341172a22
Octal1416217325730644275242
Binary11000011100101111011101011110110110100100010111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61327B; }

 p { color: rgb(97,50,123); }

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

<style>
 a { background-color: #61327B; }

 a { background-color: rgb(97,50,123); }

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

<style>
 span { border-color: #61327B; }

 span { border-color: rgb(97,50,123); }

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