#7027CB

Color #7027CB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7027CB

Tints of Purple Heart #7027CB

Color information

#7027CB (or 0x7027CB) is unknown color: approx Purple Heart. HEX triplet: 70, 27 and CB. RGB value is (112,39,203). Sum of RGB (Red+Green+Blue) = 112+39+203=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #7027CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7027CB is #8FD834. Grayscale: #4E4E4E. Windows color (decimal): -9426997 or 13313904. OLE color: 13313904.

HSL color Cylindrical-coordinate representation of color #7027CB: hue angle of 266.71º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7027CB is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11239203-
CMYK0.450.8100.20
HSL266.71º67.77%47.45%-
HSV(B)266.71º80.79%79.61%-
XYZ18.199.2157.32-
YUV79.52197.68151.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.64%
GREEN value IS 39 (15.62% from 255) = 11.02%
BLUE value IS 203 (79.69% from 255) = 57.34%
R=31.64%
G=11.02%
B=57.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112392030.450.8100.20266.7167.7747.45
Hex7027CB2D5101410b442f
Octal160473135512102441310457
Binary11100001001111100101110110110100010101001000010111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7027CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7027CB;
 }
 .AnyTagClassName
 {
   color: #7027CB;
 }
</style>
background-color css

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

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

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

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

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

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