Html Css Color HEX #7028BA Purple Heart

📋 copy color: '#7028BA'

red 112 ◦ green 40 ◦ blue 186

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

Shades of Purple Heart #7028BA

Tints of Purple Heart #7028BA

RGB

 RED value IS 112 (44.14% from 255) = 33.14%

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

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

R = 33.14%
G = 11.83%
B = 55.03%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7028BA (or 0x7028BA) is known color: Purple Heart. HEX triplet: 70, 28 and BA. RGB value is (112,40,186). Sum of RGB (Red+Green+Blue) = 112+40+186=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #7028BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7028BA is #8FD745. Grayscale: #4D4D4D. Windows color (decimal): -9426758 or 12200048. OLE color: 12200048.

HSL color Cylindrical-coordinate representation of color #7028BA: hue angle of 269.59º 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 #7028BA is Cyan = 0.40, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 40 186 -
CMYK 0.40 0.78 0 0.27
HSL 269.59º 0.65% 0.44% -
HSV(B) 269.59º 0.78% 0.73% -
XYZ 16.3 8.51 47.24 -
YUV 78.17 188.85 152.13 -
System Red Green Blue C M Y K H S L
Decimal 112 40 186 0.40 0.78 0 0.27 269.59 0.65 0.44
Hex 70 28 BA 28 4E 0 1B 10E 41 2C
Octal 160 50 272 50 116 0 33 416 101 54
Binary 1110000 101000 10111010 101000 1001110 0 11011 100001110 1000001 101100

Color Harmonies of #7028BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7028BA

Black with #7028BA

Text Example


Text Example

White with #7028BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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