#700CBA

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

Shades of Purple Heart #700CBA

Tints of Purple Heart #700CBA

Color information

#700CBA (or 0x700CBA) is unknown color: approx Purple Heart. HEX triplet: 70, 0C and BA. RGB value is (112,12,186). Sum of RGB (Red+Green+Blue) = 112+12+186=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #700CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700CBA is #8FF345. Grayscale: #3D3D3D. Windows color (decimal): -9433926 or 12192880. OLE color: 12192880.

HSL color Cylindrical-coordinate representation of color #700CBA: hue angle of 274.48º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700CBA is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11212186-
CMYK0.400.9400.27
HSL274.48º87.88%38.82%-
HSV(B)274.48º93.55%72.94%-
XYZ15.687.2547.03-
YUV61.74198.13163.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 12 (5.08% from 255) = 3.87%
BLUE value IS 186 (73.05% from 255) = 60%
R=36.13%
G=3.87%
B=60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112121860.400.9400.27274.4887.8838.82
Hex70CBA285E01B1125827
Octal160142725013603342213047
Binary111000011001011101010100010111100110111000100101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700CBA; }

 p { color: rgb(112,12,186); }

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

<style>
 a { background-color: #700CBA; }

 a { background-color: rgb(112,12,186); }

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

<style>
 span { border-color: #700CBA; }

 span { border-color: rgb(112,12,186); }

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