Html Css Color HEX #7431B6 Purple Heart

📋 copy color: '#7431B6'

red 116 ◦ green 49 ◦ blue 182

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

Shades of Purple Heart #7431B6

Tints of Purple Heart #7431B6

RGB

 RED value IS 116 (45.7% from 255) = 33.43%

 GREEN value IS 49 (19.53% from 255) = 14.12%

 BLUE value IS 182 (71.48% from 255) = 52.45%

R = 33.43%
G = 14.12%
B = 52.45%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7431B6 (or 0x7431B6) is known color: Purple Heart. HEX triplet: 74, 31 and B6. RGB value is (116,49,182). Sum of RGB (Red+Green+Blue) = 116+49+182=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #7431B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7431B6 is #8BCE49. Grayscale: #535353. Windows color (decimal): -9162314 or 11940212. OLE color: 11940212.

HSL color Cylindrical-coordinate representation of color #7431B6: hue angle of 270.23º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7431B6 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 116 49 182 -
CMYK 0.36 0.73 0 0.29
HSL 270.23º 0.58% 0.45% -
HSV(B) 270.23º 0.73% 0.71% -
XYZ 16.74 9.29 45.17 -
YUV 84.2 183.2 150.69 -
System Red Green Blue C M Y K H S L
Decimal 116 49 182 0.36 0.73 0 0.29 270.23 0.58 0.45
Hex 74 31 B6 24 49 0 1D 10E 3A 2D
Octal 164 61 266 44 111 0 35 416 72 55
Binary 1110100 110001 10110110 100100 1001001 0 11101 100001110 111010 101101

Color Harmonies of #7431B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7431B6

Black with #7431B6

Text Example


Text Example

White with #7431B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7431B6; }

 p { color: rgb(116,49,182); }

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

background-color css

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

 a { background-color: rgb(116,49,182); }

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

border-color css

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

 span { border-color: rgb(116,49,182); }

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