#4A23B1

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

Shades of Purple Heart #4A23B1

Tints of Purple Heart #4A23B1

Color information

#4A23B1 (or 0x4A23B1) is unknown color: approx Purple Heart. HEX triplet: 4A, 23 and B1. RGB value is (74,35,177). Sum of RGB (Red+Green+Blue) = 74+35+177=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 177 (69.53% from 255 or 61.89% from 286); Max value from RGB is 177 - color contains mainly: blue. Hex color #4A23B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A23B1 is #B5DC4E. Grayscale: #3E3E3E. Windows color (decimal): -11918415 or 11608906. OLE color: 11608906.

HSL color Cylindrical-coordinate representation of color #4A23B1: hue angle of 256.48º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A23B1 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7435177-
CMYK0.580.8000.31
HSL256.48º66.98%41.57%-
HSV(B)256.48º80.23%69.41%-
XYZ11.365.8342.12-
YUV62.85192.42135.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.87%
GREEN value IS 35 (14.06% from 255) = 12.24%
BLUE value IS 177 (69.53% from 255) = 61.89%
R=25.87%
G=12.24%
B=61.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal74351770.580.8000.31256.4866.9841.57
Hex4A23B13A5001F100432a
Octal112432617212003740010352
Binary10010101000111011000111101010100000111111000000001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A23B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,35,177); }

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

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

 a { background-color: rgb(74,35,177); }

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

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

 span { border-color: rgb(74,35,177); }

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