#5230BC

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

Shades of Purple Heart #5230BC

Tints of Purple Heart #5230BC

Color information

#5230BC (or 0x5230BC) is unknown color: approx Purple Heart. HEX triplet: 52, 30 and BC. RGB value is (82,48,188). Sum of RGB (Red+Green+Blue) = 82+48+188=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #5230BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5230BC is #ADCF43. Grayscale: #494949. Windows color (decimal): -11390788 or 12333138. OLE color: 12333138.

HSL color Cylindrical-coordinate representation of color #5230BC: hue angle of 254.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5230BC is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8248188-
CMYK0.560.7400.26
HSL254.57º59.32%46.27%-
HSV(B)254.57º74.47%73.73%-
XYZ13.617.5448.31-
YUV74.13192.26133.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 188 (73.83% from 255) = 59.12%
R=25.79%
G=15.09%
B=59.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal82481880.560.7400.26254.5759.3246.27
Hex5230BC384A01Aff3b2e
Octal12260274701120323777356
Binary101001011000010111100111000100101001101011111111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5230BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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