#4A23BD

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

Shades of Purple Heart #4A23BD

Tints of Purple Heart #4A23BD

Color information

#4A23BD (or 0x4A23BD) is unknown color: approx Purple Heart. HEX triplet: 4A, 23 and BD. RGB value is (74,35,189). Sum of RGB (Red+Green+Blue) = 74+35+189=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #4A23BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A23BD is #B5DC42. Grayscale: #3F3F3F. Windows color (decimal): -11918403 or 12395338. OLE color: 12395338.

HSL color Cylindrical-coordinate representation of color #4A23BD: hue angle of 255.19º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A23BD is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7435189-
CMYK0.610.8100.26
HSL255.19º68.75%43.92%-
HSV(B)255.19º81.48%74.12%-
XYZ12.616.3348.7-
YUV64.22198.42134.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.83%
GREEN value IS 35 (14.06% from 255) = 11.74%
BLUE value IS 189 (74.22% from 255) = 63.42%
R=24.83%
G=11.74%
B=63.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal74351890.610.8100.26255.1968.7543.92
Hex4A23BD3D5101Aff452c
Octal112432757512103237710554
Binary1001010100011101111011111011010001011010111111111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A23BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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