#65307C

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

Shades of Honey Flower #65307C

Tints of Honey Flower #65307C

Color information

#65307C (or 0x65307C) is unknown color: approx Honey Flower. HEX triplet: 65, 30 and 7C. RGB value is (101,48,124). Sum of RGB (Red+Green+Blue) = 101+48+124=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #65307C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65307C is #9ACF83. Grayscale: #484848. Windows color (decimal): -10145668 or 8138853. OLE color: 8138853.

HSL color Cylindrical-coordinate representation of color #65307C: hue angle of 281.84º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65307C is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10148124-
CMYK0.190.6100.51
HSL281.84º44.19%33.73%-
HSV(B)281.84º61.29%48.63%-
XYZ10.066.3419.76-
YUV72.51157.06148.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=37.00%
G=17.58%
B=45.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101481240.190.6100.51281.8444.1933.73
Hex65307C133D03311a2c22
Octal1456017423750634325442
Binary11001011100001111100100111111010110011100011010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65307C; }

 p { color: rgb(101,48,124); }

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

<style>
 a { background-color: #65307C; }

 a { background-color: rgb(101,48,124); }

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

<style>
 span { border-color: #65307C; }

 span { border-color: rgb(101,48,124); }

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