Html Css Color HEX #B74479 Royal Heath

📋 copy color: '#B74479'

red 183 ◦ green 68 ◦ blue 121

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

Shades of Royal Heath #B74479

Tints of Royal Heath #B74479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.28%

 BLUE value IS 121 (47.66% from 255) = 32.53%

R = 49.19%
G = 18.28%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B74479 (or 0xB74479) is known color: Royal Heath. HEX triplet: B7, 44 and 79. RGB value is (183,68,121). Sum of RGB (Red+Green+Blue) = 183+68+121=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B74479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74479 is #48BB86. Grayscale: #6C6C6C. Windows color (decimal): -4766599 or 7947447. OLE color: 7947447.

HSL color Cylindrical-coordinate representation of color #B74479: hue angle of 332.35º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74479 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 68 121 -
CMYK 0 0.63 0.34 0.28
HSL 332.35º 0.46% 0.49% -
HSV(B) 332.35º 0.63% 0.72% -
XYZ 25.05 15.58 19.78 -
YUV 108.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 183 68 121 0 0.63 0.34 0.28 332.35 0.46 0.49
Hex B7 44 79 0 3F 22 1C 14C 2E 31
Octal 267 104 171 0 77 42 34 514 56 61
Binary 10110111 1000100 1111001 0 111111 100010 11100 101001100 101110 110001

Color Harmonies of #B74479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74479

Black with #B74479

Text Example


Text Example

White with #B74479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74479; }

 p { color: rgb(183,68,121); }

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

background-color css

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

 a { background-color: rgb(183,68,121); }

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

border-color css

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

 span { border-color: rgb(183,68,121); }

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