#65427C

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

Shades of Honey Flower #65427C

Tints of Honey Flower #65427C

Color information

#65427C (or 0x65427C) is unknown color: approx Honey Flower. HEX triplet: 65, 42 and 7C. RGB value is (101,66,124). Sum of RGB (Red+Green+Blue) = 101+66+124=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #65427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65427C is #9ABD83. Grayscale: #525252. Windows color (decimal): -10141060 or 8143461. OLE color: 8143461.

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

Color convert

RGB10166124-
CMYK0.190.4700.51
HSL276.21º30.53%37.25%-
HSV(B)276.21º46.77%48.63%-
XYZ10.958.1220.06-
YUV83.08151.1140.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.71%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 124 (48.83% from 255) = 42.61%
R=34.71%
G=22.68%
B=42.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101661240.190.4700.51276.2130.5337.25
Hex65427C132F0331141f25
Octal14510217423570634243745
Binary11001011000010111110010011101111011001110001010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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