Html Css Color HEX #7424BF Purple Heart

📋 copy color: '#7424BF'

red 116 ◦ green 36 ◦ blue 191

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

Shades of Purple Heart #7424BF

Tints of Purple Heart #7424BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.69%

R = 33.82%
G = 10.5%
B = 55.69%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7424BF (or 0x7424BF) is known color: Purple Heart. HEX triplet: 74, 24 and BF. RGB value is (116,36,191). Sum of RGB (Red+Green+Blue) = 116+36+191=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #7424BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7424BF is #8BDB40. Grayscale: #4D4D4D. Windows color (decimal): -9165633 or 12526708. OLE color: 12526708.

HSL color Cylindrical-coordinate representation of color #7424BF: hue angle of 270.97º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7424BF is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 36 191 -
CMYK 0.39 0.81 0 0.25
HSL 270.97º 0.68% 0.45% -
HSV(B) 270.97º 0.81% 0.75% -
XYZ 17.24 8.74 50.07 -
YUV 77.59 192 155.4 -
System Red Green Blue C M Y K H S L
Decimal 116 36 191 0.39 0.81 0 0.25 270.97 0.68 0.45
Hex 74 24 BF 27 51 0 19 10F 44 2D
Octal 164 44 277 47 121 0 31 417 104 55
Binary 1110100 100100 10111111 100111 1010001 0 11001 100001111 1000100 101101

Color Harmonies of #7424BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7424BF

Black with #7424BF

Text Example


Text Example

White with #7424BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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