#4B38CA

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

Shades of Purple Heart #4B38CA

Tints of Purple Heart #4B38CA

Color information

#4B38CA (or 0x4B38CA) is unknown color: approx Purple Heart. HEX triplet: 4B, 38 and CA. RGB value is (75,56,202). Sum of RGB (Red+Green+Blue) = 75+56+202=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B38CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B38CA is #B4C735. Grayscale: #4D4D4D. Windows color (decimal): -11847478 or 13252683. OLE color: 13252683.

HSL color Cylindrical-coordinate representation of color #4B38CA: hue angle of 247.81º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B38CA is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7556202-
CMYK0.630.7200.21
HSL247.81º57.94%50.59%-
HSV(B)247.81º72.28%79.22%-
XYZ14.988.5956.75-
YUV78.32197.79125.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.52%
GREEN value IS 56 (22.27% from 255) = 16.82%
BLUE value IS 202 (79.30% from 255) = 60.66%
R=22.52%
G=16.82%
B=60.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal75562020.630.7200.21247.8157.9450.59
Hex4B38CA3F48015f83a33
Octal11370312771100253707263
Binary100101111100011001010111111100100001010111111000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B38CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B38CA; }

 p { color: rgb(75,56,202); }

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

<style>
 a { background-color: #4B38CA; }

 a { background-color: rgb(75,56,202); }

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

<style>
 span { border-color: #4B38CA; }

 span { border-color: rgb(75,56,202); }

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