#4826BE

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

Shades of Purple Heart #4826BE

Tints of Purple Heart #4826BE

Color information

#4826BE (or 0x4826BE) is unknown color: approx Purple Heart. HEX triplet: 48, 26 and BE. RGB value is (72,38,190). Sum of RGB (Red+Green+Blue) = 72+38+190=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #4826BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4826BE is #B7D941. Grayscale: #404040. Windows color (decimal): -12048706 or 12461640. OLE color: 12461640.

HSL color Cylindrical-coordinate representation of color #4826BE: hue angle of 253.42º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4826BE is Cyan = 0.62, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7238190-
CMYK0.620.800.25
HSL253.42º66.67%44.71%-
HSV(B)253.42º80%74.51%-
XYZ12.666.4849.3-
YUV65.49198.26132.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 38 (15.23% from 255) = 12.67%
BLUE value IS 190 (74.61% from 255) = 63.33%
R=24%
G=12.67%
B=63.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72381900.620.800.25253.4266.6744.71
Hex4826BE3E50019fd432d
Octal110462767612003137510355
Binary1001000100110101111101111101010000011001111111011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4826BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4826BE; }

 p { color: rgb(72,38,190); }

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

<style>
 a { background-color: #4826BE; }

 a { background-color: rgb(72,38,190); }

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

<style>
 span { border-color: #4826BE; }

 span { border-color: rgb(72,38,190); }

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