#7138CA

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

Shades of Purple Heart #7138CA

Tints of Purple Heart #7138CA

Color information

#7138CA (or 0x7138CA) is unknown color: approx Purple Heart. HEX triplet: 71, 38 and CA. RGB value is (113,56,202). Sum of RGB (Red+Green+Blue) = 113+56+202=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 202 (79.30% from 255 or 54.45% from 371); Max value from RGB is 202 - color contains mainly: blue. Hex color #7138CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7138CA is #8EC735. Grayscale: #595959. Windows color (decimal): -9357110 or 13252721. OLE color: 13252721.

HSL color Cylindrical-coordinate representation of color #7138CA: hue angle of 263.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7138CA is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11356202-
CMYK0.440.7200.21
HSL263.42º57.94%50.59%-
HSV(B)263.42º72.28%79.22%-
XYZ18.8810.656.93-
YUV89.69191.38144.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 56 (22.27% from 255) = 15.09%
BLUE value IS 202 (79.30% from 255) = 54.45%
R=30.46%
G=15.09%
B=54.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113562020.440.7200.21263.4257.9450.59
Hex7138CA2C480151073a33
Octal16170312541100254077263
Binary1110001111000110010101011001001000010101100000111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7138CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7138CA; }

 p { color: rgb(113,56,202); }

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

<style>
 a { background-color: #7138CA; }

 a { background-color: rgb(113,56,202); }

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

<style>
 span { border-color: #7138CA; }

 span { border-color: rgb(113,56,202); }

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