Html Css Color HEX #7428BF Purple Heart

📋 copy color: '#7428BF'

red 116 ◦ green 40 ◦ blue 191

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

Shades of Purple Heart #7428BF

Tints of Purple Heart #7428BF

RGB

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

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

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

R = 33.43%
G = 11.53%
B = 55.04%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7428BF (or 0x7428BF) is known color: Purple Heart. HEX triplet: 74, 28 and BF. RGB value is (116,40,191). Sum of RGB (Red+Green+Blue) = 116+40+191=347 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.43% from 347); Green value is 40 (16.02% from 255 or 11.53% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #7428BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7428BF is #8BD740. Grayscale: #4F4F4F. Windows color (decimal): -9164609 or 12527732. OLE color: 12527732.

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

Color convert

RGB 116 40 191 -
CMYK 0.39 0.79 0 0.25
HSL 270.2º 0.65% 0.45% -
HSV(B) 270.2º 0.79% 0.75% -
XYZ 17.37 8.99 50.11 -
YUV 79.94 190.68 153.72 -
System Red Green Blue C M Y K H S L
Decimal 116 40 191 0.39 0.79 0 0.25 270.2 0.65 0.45
Hex 74 28 BF 27 4F 0 19 10E 41 2D
Octal 164 50 277 47 117 0 31 416 101 55
Binary 1110100 101000 10111111 100111 1001111 0 11001 100001110 1000001 101101

Color Harmonies of #7428BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7428BF

Black with #7428BF

Text Example


Text Example

White with #7428BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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