#4803C2

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

Shades of Purple Heart #4803C2

Tints of Purple Heart #4803C2

Color information

#4803C2 (or 0x4803C2) is unknown color: approx Purple Heart. HEX triplet: 48, 03 and C2. RGB value is (72,3,194). Sum of RGB (Red+Green+Blue) = 72+3+194=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 194 (76.17% from 255 or 72.12% from 269); Max value from RGB is 194 - color contains mainly: blue. Hex color #4803C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4803C2 is #B7FC3D. Grayscale: #2C2C2C. Windows color (decimal): -12057662 or 12714824. OLE color: 12714824.

HSL color Cylindrical-coordinate representation of color #4803C2: hue angle of 261.68º 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 #4803C2 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB723194-
CMYK0.630.9800.24
HSL261.68º96.95%38.63%-
HSV(B)261.68º98.45%76.08%-
XYZ12.445.3451.41-
YUV45.4211.86146.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 3 (1.56% from 255) = 1.12%
BLUE value IS 194 (76.17% from 255) = 72.12%
R=26.77%
G=1.12%
B=72.12%

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
Decimal7231940.630.9800.24261.6896.9538.63
Hex483C23F620181066127
Octal11033027714203040614147
Binary1001000111100001011111111000100110001000001101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4803C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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