#5230BE

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

Shades of Purple Heart #5230BE

Tints of Purple Heart #5230BE

Color information

#5230BE (or 0x5230BE) is unknown color: approx Purple Heart. HEX triplet: 52, 30 and BE. RGB value is (82,48,190). Sum of RGB (Red+Green+Blue) = 82+48+190=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #5230BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5230BE is #ADCF41. Grayscale: #494949. Windows color (decimal): -11390786 or 12464210. OLE color: 12464210.

HSL color Cylindrical-coordinate representation of color #5230BE: hue angle of 254.37º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5230BE is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8248190-
CMYK0.570.7500.25
HSL254.37º59.66%46.67%-
HSV(B)254.37º74.74%74.51%-
XYZ13.837.6349.46-
YUV74.35193.26133.45-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 48 (19.14% from 255) = 15%
BLUE value IS 190 (74.61% from 255) = 59.38%
R=25.62%
G=15%
B=59.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal82481900.570.7500.25254.3759.6646.67
Hex5230BE394B019fe3c2f
Octal12260276711130313767457
Binary101001011000010111110111001100101101100111111110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5230BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,48,190); }

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

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

 a { background-color: rgb(82,48,190); }

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

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

 span { border-color: rgb(82,48,190); }

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