Html Css Color HEX #7026AD Purple Heart

📋 copy color: '#7026AD'

red 112 ◦ green 38 ◦ blue 173

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

Shades of Purple Heart #7026AD

Tints of Purple Heart #7026AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.76%

 BLUE value IS 173 (67.97% from 255) = 53.56%

R = 34.67%
G = 11.76%
B = 53.56%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7026AD (or 0x7026AD) is known color: Purple Heart. HEX triplet: 70, 26 and AD. RGB value is (112,38,173). Sum of RGB (Red+Green+Blue) = 112+38+173=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 38 (15.23% from 255 or 11.76% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #7026AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7026AD is #8FD952. Grayscale: #4B4B4B. Windows color (decimal): -9427283 or 11347568. OLE color: 11347568.

HSL color Cylindrical-coordinate representation of color #7026AD: hue angle of 272.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7026AD is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 38 173 -
CMYK 0.35 0.78 0 0.32
HSL 272.89º 0.64% 0.41% -
HSV(B) 272.89º 0.78% 0.68% -
XYZ 14.92 7.85 40.26 -
YUV 75.52 183.02 154.02 -
System Red Green Blue C M Y K H S L
Decimal 112 38 173 0.35 0.78 0 0.32 272.89 0.64 0.41
Hex 70 26 AD 23 4E 0 20 111 40 29
Octal 160 46 255 43 116 0 40 421 100 51
Binary 1110000 100110 10101101 100011 1001110 0 100000 100010001 1000000 101001

Color Harmonies of #7026AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7026AD

Black with #7026AD

Text Example


Text Example

White with #7026AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7026AD; }

 p { color: rgb(112,38,173); }

 H1.HeaderClassName
 {
   color: #7026AD;
 }
 .AnyTagClassName
 {
   color: #7026AD;
 }
</style>

background-color css

<style>
 a { background-color: #7026AD; }

 a { background-color: rgb(112,38,173); }

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

border-color css

<style>
 span { border-color: #7026AD; }

 span { border-color: rgb(112,38,173); }

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