Html Css Color HEX #B74378 Royal Heath

📋 copy color: '#B74378'

red 183 ◦ green 67 ◦ blue 120

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

Shades of Royal Heath #B74378

Tints of Royal Heath #B74378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.11%

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

R = 49.46%
G = 18.11%
B = 32.43%

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

#B74378 (or 0xB74378) is known color: Royal Heath. HEX triplet: B7, 43 and 78. RGB value is (183,67,120). Sum of RGB (Red+Green+Blue) = 183+67+120=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B74378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74378 is #48BC87. Grayscale: #6B6B6B. Windows color (decimal): -4766856 or 7881655. OLE color: 7881655.

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

Color convert

RGB 183 67 120 -
CMYK 0 0.63 0.34 0.28
HSL 332.59º 0.46% 0.49% -
HSV(B) 332.59º 0.63% 0.72% -
XYZ 24.93 15.44 19.44 -
YUV 107.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 183 67 120 0 0.63 0.34 0.28 332.59 0.46 0.49
Hex B7 43 78 0 3F 22 1C 14D 2E 31
Octal 267 103 170 0 77 42 34 515 56 61
Binary 10110111 1000011 1111000 0 111111 100010 11100 101001101 101110 110001

Color Harmonies of #B74378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74378

Black with #B74378

Text Example


Text Example

White with #B74378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74378; }

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

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

background-color css

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

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

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

border-color css

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

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

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