#65427D

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

Shades of Honey Flower #65427D

Tints of Honey Flower #65427D

Color information

#65427D (or 0x65427D) is unknown color: approx Honey Flower. HEX triplet: 65, 42 and 7D. RGB value is (101,66,125). Sum of RGB (Red+Green+Blue) = 101+66+125=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #65427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65427D is #9ABD82. Grayscale: #525252. Windows color (decimal): -10141059 or 8208997. OLE color: 8208997.

HSL color Cylindrical-coordinate representation of color #65427D: hue angle of 275.59º 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 #65427D is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10166125-
CMYK0.190.4700.51
HSL275.59º30.89%37.45%-
HSV(B)275.59º47.2%49.02%-
XYZ11.028.1420.39-
YUV83.19151.6140.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=34.59%
G=22.60%
B=42.81%

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
Decimal101661250.190.4700.51275.5930.8937.45
Hex65427D132F0331141f25
Octal14510217523570634243745
Binary11001011000010111110110011101111011001110001010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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