Html Css Color HEX #7424BB Purple Heart

📋 copy color: '#7424BB'

red 116 ◦ green 36 ◦ blue 187

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

Shades of Purple Heart #7424BB

Tints of Purple Heart #7424BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.62%

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 34.22%
G = 10.62%
B = 55.16%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7424BB (or 0x7424BB) is known color: Purple Heart. HEX triplet: 74, 24 and BB. RGB value is (116,36,187). Sum of RGB (Red+Green+Blue) = 116+36+187=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #7424BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7424BB is #8BDB44. Grayscale: #4C4C4C. Windows color (decimal): -9165637 or 12264564. OLE color: 12264564.

HSL color Cylindrical-coordinate representation of color #7424BB: hue angle of 271.79º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7424BB is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 36 187 -
CMYK 0.38 0.81 0 0.27
HSL 271.79º 0.68% 0.44% -
HSV(B) 271.79º 0.81% 0.73% -
XYZ 16.8 8.56 47.78 -
YUV 77.13 190 155.72 -
System Red Green Blue C M Y K H S L
Decimal 116 36 187 0.38 0.81 0 0.27 271.79 0.68 0.44
Hex 74 24 BB 26 51 0 1B 110 44 2C
Octal 164 44 273 46 121 0 33 420 104 54
Binary 1110100 100100 10111011 100110 1010001 0 11011 100010000 1000100 101100

Color Harmonies of #7424BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7424BB

Black with #7424BB

Text Example


Text Example

White with #7424BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7424BB; }

 p { color: rgb(116,36,187); }

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

background-color css

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

 a { background-color: rgb(116,36,187); }

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

border-color css

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

 span { border-color: rgb(116,36,187); }

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