Html Css Color HEX #7428BA Purple Heart

📋 copy color: '#7428BA'

red 116 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #7428BA

Tints of Purple Heart #7428BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.39%

R = 33.92%
G = 11.7%
B = 54.39%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7428BA (or 0x7428BA) is known color: Purple Heart. HEX triplet: 74, 28 and BA. RGB value is (116,40,186). Sum of RGB (Red+Green+Blue) = 116+40+186=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #7428BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7428BA is #8BD745. Grayscale: #4E4E4E. Windows color (decimal): -9164614 or 12200052. OLE color: 12200052.

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

Color convert

RGB 116 40 186 -
CMYK 0.38 0.78 0 0.27
HSL 271.23º 0.65% 0.44% -
HSV(B) 271.23º 0.78% 0.73% -
XYZ 16.82 8.78 47.26 -
YUV 79.37 188.18 154.13 -
System Red Green Blue C M Y K H S L
Decimal 116 40 186 0.38 0.78 0 0.27 271.23 0.65 0.44
Hex 74 28 BA 26 4E 0 1B 10F 41 2C
Octal 164 50 272 46 116 0 33 417 101 54
Binary 1110100 101000 10111010 100110 1001110 0 11011 100001111 1000001 101100

Color Harmonies of #7428BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7428BA

Black with #7428BA

Text Example


Text Example

White with #7428BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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