#4923BD

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

Shades of Purple Heart #4923BD

Tints of Purple Heart #4923BD

Color information

#4923BD (or 0x4923BD) is unknown color: approx Purple Heart. HEX triplet: 49, 23 and BD. RGB value is (73,35,189). Sum of RGB (Red+Green+Blue) = 73+35+189=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #4923BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4923BD is #B6DC42. Grayscale: #3F3F3F. Windows color (decimal): -11983939 or 12395337. OLE color: 12395337.

HSL color Cylindrical-coordinate representation of color #4923BD: hue angle of 254.81º 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 #4923BD is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7335189-
CMYK0.610.8100.26
HSL254.81º68.75%43.92%-
HSV(B)254.81º81.48%74.12%-
XYZ12.536.2948.7-
YUV63.92198.59134.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 189 (74.22% from 255) = 63.64%
R=24.58%
G=11.78%
B=63.64%

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
Decimal73351890.610.8100.26254.8168.7543.92
Hex4923BD3D5101Aff452c
Octal111432757512103237710554
Binary1001001100011101111011111011010001011010111111111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4923BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4923BD; }

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

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

<style>
 a { background-color: #4923BD; }

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

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

<style>
 span { border-color: #4923BD; }

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

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