#65317C

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

Shades of Honey Flower #65317C

Tints of Honey Flower #65317C

Color information

#65317C (or 0x65317C) is unknown color: approx Honey Flower. HEX triplet: 65, 31 and 7C. RGB value is (101,49,124). Sum of RGB (Red+Green+Blue) = 101+49+124=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #65317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65317C is #9ACE83. Grayscale: #484848. Windows color (decimal): -10145412 or 8139109. OLE color: 8139109.

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

Color convert

RGB10149124-
CMYK0.190.6000.51
HSL281.6º43.35%33.92%-
HSV(B)281.6º60.48%48.63%-
XYZ10.16.4219.78-
YUV73.1156.73147.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.86%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=36.86%
G=17.88%
B=45.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101491240.190.6000.51281.643.3533.92
Hex65317C133C03311a2b22
Octal1456117423740634325342
Binary11001011100011111100100111111000110011100011010101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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