Html Css Color HEX #7428BC Purple Heart

📋 copy color: '#7428BC'

red 116 ◦ green 40 ◦ blue 188

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

Shades of Purple Heart #7428BC

Tints of Purple Heart #7428BC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

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

R = 33.72%
G = 11.63%
B = 54.65%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7428BC (or 0x7428BC) is known color: Purple Heart. HEX triplet: 74, 28 and BC. RGB value is (116,40,188). Sum of RGB (Red+Green+Blue) = 116+40+188=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #7428BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7428BC is #8BD743. Grayscale: #4F4F4F. Windows color (decimal): -9164612 or 12331124. OLE color: 12331124.

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

Color convert

RGB 116 40 188 -
CMYK 0.38 0.79 0 0.26
HSL 270.81º 0.65% 0.45% -
HSV(B) 270.81º 0.79% 0.74% -
XYZ 17.04 8.86 48.39 -
YUV 79.6 189.18 153.97 -
System Red Green Blue C M Y K H S L
Decimal 116 40 188 0.38 0.79 0 0.26 270.81 0.65 0.45
Hex 74 28 BC 26 4F 0 1A 10F 41 2D
Octal 164 50 274 46 117 0 32 417 101 55
Binary 1110100 101000 10111100 100110 1001111 0 11010 100001111 1000001 101101

Color Harmonies of #7428BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7428BC

Black with #7428BC

Text Example


Text Example

White with #7428BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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