#B33C74

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

Shades of Royal Heath #B33C74

Tints of Royal Heath #B33C74

Color information

#B33C74 (or 0xB33C74) is unknown color: approx Royal Heath. HEX triplet: B3, 3C and 74. RGB value is (179,60,116). Sum of RGB (Red+Green+Blue) = 179+60+116=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C74 is #4CC38B. Grayscale: #656565. Windows color (decimal): -5030796 or 7617715. OLE color: 7617715.

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

Color convert

RGB17960116-
CMYK00.660.350.30
HSL331.76º49.79%46.86%-
HSV(B)331.76º66.48%70.2%-
XYZ23.3614.0818.01-
YUV101.96135.92182.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 60 (23.83% from 255) = 16.90%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=50.42%
G=16.90%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796011600.660.350.30331.7649.7946.86
HexB33C74042231E14c322f
Octal26374164010243365146257
Binary1011001111110011101000100001010001111110101001100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33C74; }

 p { color: rgb(179,60,116); }

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

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

 a { background-color: rgb(179,60,116); }

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

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

 span { border-color: rgb(179,60,116); }

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