Html Css Color HEX #7028BC Purple Heart

📋 copy color: '#7028BC'

red 112 ◦ green 40 ◦ blue 188

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

Shades of Purple Heart #7028BC

Tints of Purple Heart #7028BC

RGB

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

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

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

R = 32.94%
G = 11.76%
B = 55.29%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7028BC (or 0x7028BC) is known color: Purple Heart. HEX triplet: 70, 28 and BC. RGB value is (112,40,188). Sum of RGB (Red+Green+Blue) = 112+40+188=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 40 (16.02% from 255 or 11.76% 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 #7028BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7028BC is #8FD743. Grayscale: #4D4D4D. Windows color (decimal): -9426756 or 12331120. OLE color: 12331120.

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

Color convert

RGB 112 40 188 -
CMYK 0.40 0.79 0 0.26
HSL 269.19º 0.65% 0.45% -
HSV(B) 269.19º 0.79% 0.74% -
XYZ 16.52 8.59 48.37 -
YUV 78.4 189.85 151.97 -
System Red Green Blue C M Y K H S L
Decimal 112 40 188 0.40 0.79 0 0.26 269.19 0.65 0.45
Hex 70 28 BC 28 4F 0 1A 10D 41 2D
Octal 160 50 274 50 117 0 32 415 101 55
Binary 1110000 101000 10111100 101000 1001111 0 11010 100001101 1000001 101101

Color Harmonies of #7028BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7028BC

Black with #7028BC

Text Example


Text Example

White with #7028BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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