Html Css Color HEX #7424BC Purple Heart

📋 copy color: '#7424BC'

red 116 ◦ green 36 ◦ blue 188

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

Shades of Purple Heart #7424BC

Tints of Purple Heart #7424BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 55.29%

R = 34.12%
G = 10.59%
B = 55.29%

CMYK

 C value IS 0.38

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7424BC (or 0x7424BC) is known color: Purple Heart. HEX triplet: 74, 24 and BC. RGB value is (116,36,188). Sum of RGB (Red+Green+Blue) = 116+36+188=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #7424BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7424BC is #8BDB43. Grayscale: #4C4C4C. Windows color (decimal): -9165636 or 12330100. OLE color: 12330100.

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

Color convert

RGB 116 36 188 -
CMYK 0.38 0.81 0 0.26
HSL 271.58º 0.68% 0.44% -
HSV(B) 271.58º 0.81% 0.74% -
XYZ 16.91 8.61 48.35 -
YUV 77.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 116 36 188 0.38 0.81 0 0.26 271.58 0.68 0.44
Hex 74 24 BC 26 51 0 1A 110 44 2C
Octal 164 44 274 46 121 0 32 420 104 54
Binary 1110100 100100 10111100 100110 1010001 0 11010 100010000 1000100 101100

Color Harmonies of #7424BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7424BC

Black with #7424BC

Text Example


Text Example

White with #7424BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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