#5230C9

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

Shades of Purple Heart #5230C9

Tints of Purple Heart #5230C9

Color information

#5230C9 (or 0x5230C9) is unknown color: approx Purple Heart. HEX triplet: 52, 30 and C9. RGB value is (82,48,201). Sum of RGB (Red+Green+Blue) = 82+48+201=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #5230C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5230C9 is #ADCF36. Grayscale: #4B4B4B. Windows color (decimal): -11390775 or 13185106. OLE color: 13185106.

HSL color Cylindrical-coordinate representation of color #5230C9: hue angle of 253.33º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5230C9 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8248201-
CMYK0.590.7600.21
HSL253.33º61.45%48.82%-
HSV(B)253.33º76.12%78.82%-
XYZ15.088.1256.03-
YUV75.61198.76132.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.77%
GREEN value IS 48 (19.14% from 255) = 14.50%
BLUE value IS 201 (78.91% from 255) = 60.73%
R=24.77%
G=14.50%
B=60.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82482010.590.7600.21253.3361.4548.82
Hex5230C93B4C015fd3d31
Octal12260311731140253757561
Binary101001011000011001001111011100110001010111111101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5230C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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