Html Css Color HEX #B74978 Royal Heath

📋 copy color: '#B74978'

red 183 ◦ green 73 ◦ blue 120

#B74978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B74978

Tints of Royal Heath #B74978

RGB

 RED value IS 183 (71.88% from 255) = 48.67%

 GREEN value IS 73 (28.91% from 255) = 19.41%

 BLUE value IS 120 (47.27% from 255) = 31.91%

R = 48.67%
G = 19.41%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B74978 (or 0xB74978) is known color: Royal Heath. HEX triplet: B7, 49 and 78. RGB value is (183,73,120). Sum of RGB (Red+Green+Blue) = 183+73+120=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 120 (47.27% from 255 or 31.91% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B74978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74978 is #48B687. Grayscale: #6F6F6F. Windows color (decimal): -4765320 or 7883191. OLE color: 7883191.

HSL color Cylindrical-coordinate representation of color #B74978: hue angle of 334.36º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74978 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 120 -
CMYK 0 0.60 0.34 0.28
HSL 334.36º 0.43% 0.5% -
HSV(B) 334.36º 0.6% 0.72% -
XYZ 25.3 16.19 19.56 -
YUV 111.25 132.94 179.18 -
System Red Green Blue C M Y K H S L
Decimal 183 73 120 0 0.60 0.34 0.28 334.36 0.43 0.5
Hex B7 49 78 0 3C 22 1C 14E 2B 32
Octal 267 111 170 0 74 42 34 516 53 62
Binary 10110111 1001001 1111000 0 111100 100010 11100 101001110 101011 110010

Color Harmonies of #B74978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74978

Black with #B74978

Text Example


Text Example

White with #B74978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74978; }

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

 H1.HeaderClassName
 {
   color: #B74978;
 }
 .AnyTagClassName
 {
   color: #B74978;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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