#B34079

Color #B34079 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B34079

Tints of Royal Heath #B34079

Color information

#B34079 (or 0xB34079) is unknown color: approx Royal Heath. HEX triplet: B3, 40 and 79. RGB value is (179,64,121). Sum of RGB (Red+Green+Blue) = 179+64+121=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B34079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34079 is #4CBF86. Grayscale: #686868. Windows color (decimal): -5029767 or 7946419. OLE color: 7946419.

HSL color Cylindrical-coordinate representation of color #B34079: hue angle of 330.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34079 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17964121-
CMYK00.640.320.30
HSL330.26º47.33%47.65%-
HSV(B)330.26º64.25%70.2%-
XYZ23.8714.6319.65-
YUV104.88137.1180.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.18%
GREEN value IS 64 (25.39% from 255) = 17.58%
BLUE value IS 121 (47.66% from 255) = 33.24%
R=49.18%
G=17.58%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796412100.640.320.30330.2647.3347.65
HexB34079040201E14a2f30
Octal263100171010040365125760
Binary10110011100000011110010100000010000011110101001010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34079; }

 p { color: rgb(179,64,121); }

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

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

 a { background-color: rgb(179,64,121); }

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

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

 span { border-color: rgb(179,64,121); }

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