Html Css Color HEX #7027AD Purple Heart

📋 copy color: '#7027AD'

red 112 ◦ green 39 ◦ blue 173

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

Shades of Purple Heart #7027AD

Tints of Purple Heart #7027AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.04%

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

R = 34.57%
G = 12.04%
B = 53.4%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7027AD (or 0x7027AD) is known color: Purple Heart. HEX triplet: 70, 27 and AD. RGB value is (112,39,173). Sum of RGB (Red+Green+Blue) = 112+39+173=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #7027AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7027AD is #8FD852. Grayscale: #4B4B4B. Windows color (decimal): -9427027 or 11347824. OLE color: 11347824.

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

Color convert

RGB 112 39 173 -
CMYK 0.35 0.77 0 0.32
HSL 272.69º 0.63% 0.42% -
HSV(B) 272.69º 0.77% 0.68% -
XYZ 14.95 7.91 40.27 -
YUV 76.1 182.68 153.6 -
System Red Green Blue C M Y K H S L
Decimal 112 39 173 0.35 0.77 0 0.32 272.69 0.63 0.42
Hex 70 27 AD 23 4D 0 20 111 3F 2A
Octal 160 47 255 43 115 0 40 421 77 52
Binary 1110000 100111 10101101 100011 1001101 0 100000 100010001 111111 101010

Color Harmonies of #7027AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7027AD

Black with #7027AD

Text Example


Text Example

White with #7027AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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