#B74674

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

Shades of Royal Heath #B74674

Tints of Royal Heath #B74674

Color information

#B74674 (or 0xB74674) is unknown color: approx Royal Heath. HEX triplet: B7, 46 and 74. RGB value is (183,70,116). Sum of RGB (Red+Green+Blue) = 183+70+116=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B74674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74674 is #48B98B. Grayscale: #6C6C6C. Windows color (decimal): -4766092 or 7620279. OLE color: 7620279.

HSL color Cylindrical-coordinate representation of color #B74674: hue angle of 335.58º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74674 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB18370116-
CMYK00.620.370.28
HSL335.58º44.66%49.61%-
HSV(B)335.58º61.75%71.76%-
XYZ24.8715.7118.24-
YUV109.03131.94180.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 70 (27.73% from 255) = 18.97%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=49.59%
G=18.97%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837011600.620.370.28335.5844.6649.61
HexB7467403E251C1502d32
Octal26710616407645345205562
Binary1011011110001101110100011111010010111100101010000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74674; }

 p { color: rgb(183,70,116); }

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

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

 a { background-color: rgb(183,70,116); }

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

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

 span { border-color: rgb(183,70,116); }

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