#4703C2

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

Shades of Purple Heart #4703C2

Tints of Purple Heart #4703C2

Color information

#4703C2 (or 0x4703C2) is unknown color: approx Purple Heart. HEX triplet: 47, 03 and C2. RGB value is (71,3,194). Sum of RGB (Red+Green+Blue) = 71+3+194=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 194 (76.17% from 255 or 72.39% from 268); Max value from RGB is 194 - color contains mainly: blue. Hex color #4703C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4703C2 is #B8FC3D. Grayscale: #2C2C2C. Windows color (decimal): -12123198 or 12714823. OLE color: 12714823.

HSL color Cylindrical-coordinate representation of color #4703C2: hue angle of 261.36º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4703C2 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB713194-
CMYK0.630.9800.24
HSL261.36º96.95%38.63%-
HSV(B)261.36º98.45%76.08%-
XYZ12.375.351.41-
YUV45.11212.03146.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 194 (76.17% from 255) = 72.39%
R=26.49%
G=1.12%
B=72.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7131940.630.9800.24261.3696.9538.63
Hex473C23F620181056127
Octal10733027714203040514147
Binary1000111111100001011111111000100110001000001011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4703C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4703C2; }

 p { color: rgb(71,3,194); }

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

<style>
 a { background-color: #4703C2; }

 a { background-color: rgb(71,3,194); }

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

<style>
 span { border-color: #4703C2; }

 span { border-color: rgb(71,3,194); }

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