#4A27C3

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

Shades of Purple Heart #4A27C3

Tints of Purple Heart #4A27C3

Color information

#4A27C3 (or 0x4A27C3) is unknown color: approx Purple Heart. HEX triplet: 4A, 27 and C3. RGB value is (74,39,195). Sum of RGB (Red+Green+Blue) = 74+39+195=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 195 (76.56% from 255 or 63.31% from 308); Max value from RGB is 195 - color contains mainly: blue. Hex color #4A27C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A27C3 is #B5D83C. Grayscale: #424242. Windows color (decimal): -11917373 or 12789578. OLE color: 12789578.

HSL color Cylindrical-coordinate representation of color #4A27C3: hue angle of 253.46º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A27C3 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7439195-
CMYK0.620.8000.24
HSL253.46º66.67%45.88%-
HSV(B)253.46º80%76.47%-
XYZ13.46.8552.25-
YUV67.25200.1132.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.03%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 195 (76.56% from 255) = 63.31%
R=24.03%
G=12.66%
B=63.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal74391950.620.8000.24253.4666.6745.88
Hex4A27C33E50018fd432e
Octal112473037612003037510356
Binary1001010100111110000111111101010000011000111111011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A27C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,39,195); }

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

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

 a { background-color: rgb(74,39,195); }

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

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

 span { border-color: rgb(74,39,195); }

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