#702CBF

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

Shades of Purple Heart #702CBF

Tints of Purple Heart #702CBF

Color information

#702CBF (or 0x702CBF) is unknown color: approx Purple Heart. HEX triplet: 70, 2C and BF. RGB value is (112,44,191). Sum of RGB (Red+Green+Blue) = 112+44+191=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #702CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #702CBF is #8FD340. Grayscale: #505050. Windows color (decimal): -9425729 or 12528752. OLE color: 12528752.

HSL color Cylindrical-coordinate representation of color #702CBF: hue angle of 267.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #702CBF is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11244191-
CMYK0.410.7700.25
HSL267.76º62.55%46.08%-
HSV(B)267.76º76.96%74.9%-
XYZ16.999.0150.13-
YUV81.09190.03150.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 44 (17.58% from 255) = 12.68%
BLUE value IS 191 (75% from 255) = 55.04%
R=32.28%
G=12.68%
B=55.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112441910.410.7700.25267.7662.5546.08
Hex702CBF294D01910c3f2e
Octal16054277511150314147756
Binary1110000101100101111111010011001101011001100001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702CBF; }

 p { color: rgb(112,44,191); }

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

<style>
 a { background-color: #702CBF; }

 a { background-color: rgb(112,44,191); }

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

<style>
 span { border-color: #702CBF; }

 span { border-color: rgb(112,44,191); }

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