Html Css Color HEX #B74780 Royal Heath

📋 copy color: '#B74780'

red 183 ◦ green 71 ◦ blue 128

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

Shades of Royal Heath #B74780

Tints of Royal Heath #B74780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.59%

 BLUE value IS 128 (50.39% from 255) = 33.51%

R = 47.91%
G = 18.59%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B74780 (or 0xB74780) is known color: Royal Heath. HEX triplet: B7, 47 and 80. RGB value is (183,71,128). Sum of RGB (Red+Green+Blue) = 183+71+128=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B74780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74780 is #48B87F. Grayscale: #6E6E6E. Windows color (decimal): -4765824 or 8406967. OLE color: 8406967.

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

Color convert

RGB 183 71 128 -
CMYK 0 0.61 0.30 0.28
HSL 329.46º 0.44% 0.5% -
HSV(B) 329.46º 0.61% 0.72% -
XYZ 25.68 16.13 22.18 -
YUV 110.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 183 71 128 0 0.61 0.30 0.28 329.46 0.44 0.5
Hex B7 47 80 0 3D 1E 1C 149 2C 32
Octal 267 107 200 0 75 36 34 511 54 62
Binary 10110111 1000111 10000000 0 111101 11110 11100 101001001 101100 110010

Color Harmonies of #B74780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74780

Black with #B74780

Text Example


Text Example

White with #B74780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74780; }

 p { color: rgb(183,71,128); }

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

background-color css

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

 a { background-color: rgb(183,71,128); }

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

border-color css

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

 span { border-color: rgb(183,71,128); }

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