#4F27A0

Color #4F27A0 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #4F27A0

Tints of Daisy Bush #4F27A0

Color information

#4F27A0 (or 0x4F27A0) is unknown color: approx Daisy Bush. HEX triplet: 4F, 27 and A0. RGB value is (79,39,160). Sum of RGB (Red+Green+Blue) = 79+39+160=278 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.42% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #4F27A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F27A0 is #B0D85F. Grayscale: #404040. Windows color (decimal): -11589728 or 10495823. OLE color: 10495823.

HSL color Cylindrical-coordinate representation of color #4F27A0: hue angle of 259.83º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F27A0 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7939160-
CMYK0.510.7600.37
HSL259.83º60.8%39.02%-
HSV(B)259.83º75.63%62.75%-
XYZ10.35.6533.81-
YUV64.75181.75138.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.42%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 160 (62.89% from 255) = 57.55%
R=28.42%
G=14.03%
B=57.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal79391600.510.7600.37259.8360.839.02
Hex4F27A0334C0251043d27
Octal11747240631140454047547
Binary10011111001111010000011001110011000100101100000100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F27A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F27A0; }

 p { color: rgb(79,39,160); }

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

<style>
 a { background-color: #4F27A0; }

 a { background-color: rgb(79,39,160); }

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

<style>
 span { border-color: #4F27A0; }

 span { border-color: rgb(79,39,160); }

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