#B74678

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

Shades of Royal Heath #B74678

Tints of Royal Heath #B74678

Color information

#B74678 (or 0xB74678) is unknown color: approx Royal Heath. HEX triplet: B7, 46 and 78. RGB value is (183,70,120). Sum of RGB (Red+Green+Blue) = 183+70+120=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B74678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74678 is #48B987. Grayscale: #6D6D6D. Windows color (decimal): -4766088 or 7882423. OLE color: 7882423.

HSL color Cylindrical-coordinate representation of color #B74678: hue angle of 333.45º 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 #B74678 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB18370120-
CMYK00.620.340.28
HSL333.45º44.66%49.61%-
HSV(B)333.45º61.75%71.76%-
XYZ25.1115.819.5-
YUV109.49133.94180.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 70 (27.73% from 255) = 18.77%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=49.06%
G=18.77%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837012000.620.340.28333.4544.6649.61
HexB7467803E221C14d2d32
Octal26710617007642345155562
Binary1011011110001101111000011111010001011100101001101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74678; }

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

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

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

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

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

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

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

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