#4702CB

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

Shades of Purple Heart #4702CB

Tints of Purple Heart #4702CB

Color information

#4702CB (or 0x4702CB) is unknown color: approx Purple Heart. HEX triplet: 47, 02 and CB. RGB value is (71,2,203). Sum of RGB (Red+Green+Blue) = 71+2+203=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #4702CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4702CB is #B8FD34. Grayscale: #2C2C2C. Windows color (decimal): -12123445 or 13304391. OLE color: 13304391.

HSL color Cylindrical-coordinate representation of color #4702CB: hue angle of 260.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4702CB is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB712203-
CMYK0.650.9900.20
HSL260.6º98.05%40.2%-
HSV(B)260.6º99.01%79.61%-
XYZ13.45.6956.89-
YUV45.54216.86146.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 203 (79.69% from 255) = 73.55%
R=25.72%
G=0.72%
B=73.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal7122030.650.9900.20260.698.0540.2
Hex472CB41630141056228
Octal107231310114302440514250
Binary10001111011001011100000111000110101001000001011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4702CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,2,203); }

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

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

 a { background-color: rgb(71,2,203); }

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

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

 span { border-color: rgb(71,2,203); }

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