#4330d3

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

Shades of Purple Heart #4330D3

Tints of Purple Heart #4330D3

Color information

#4330D3 (or 0x4330D3) is unknown color: approx Purple Heart. HEX triplet: 43, 30 and D3. RGB value is (67,48,211). Sum of RGB (Red+Green+Blue) = 67+48+211=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 211 (82.81% from 255 or 64.72% from 326); Max value from RGB is 211 - color contains mainly: blue. Hex color #4330D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4330D3 is #BCCF2C. Grayscale: #474747. Windows color (decimal): -12373805 or 13840451. OLE color: 13840451.

HSL color Cylindrical-coordinate representation of color #4330D3: hue angle of 246.99º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4330D3 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6748211-
CMYK0.680.7700.17
HSL246.99º64.94%50.78%-
HSV(B)246.99º77.25%82.75%-
XYZ15.138.0162.38-
YUV72.26206.29124.25-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.55%
GREEN value IS 48 (19.14% from 255) = 14.72%
BLUE value IS 211 (82.81% from 255) = 64.72%
R=20.55%
G=14.72%
B=64.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal67482110.680.7700.17246.9964.9450.78
Hex4330D3444D011f74133
Octal1036032310411502136710163
Binary10000111100001101001110001001001101010001111101111000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4330d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4330d3; }

 p { color: rgb(67,48,211); }

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

<style>
 a { background-color: #4330d3; }

 a { background-color: rgb(67,48,211); }

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

<style>
 span { border-color: #4330d3; }

 span { border-color: rgb(67,48,211); }

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