#5238CD

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

Shades of Purple Heart #5238CD

Tints of Purple Heart #5238CD

Color information

#5238CD (or 0x5238CD) is unknown color: approx Purple Heart. HEX triplet: 52, 38 and CD. RGB value is (82,56,205). Sum of RGB (Red+Green+Blue) = 82+56+205=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #5238CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5238CD is #ADC732. Grayscale: #505050. Windows color (decimal): -11388723 or 13449298. OLE color: 13449298.

HSL color Cylindrical-coordinate representation of color #5238CD: hue angle of 250.47º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5238CD is Cyan = 0.6, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8256205-
CMYK0.60.7300.20
HSL250.47º59.84%51.18%-
HSV(B)250.47º72.68%80.39%-
XYZ15.919.0358.66-
YUV80.76198.11128.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.91%
GREEN value IS 56 (22.27% from 255) = 16.33%
BLUE value IS 205 (80.47% from 255) = 59.77%
R=23.91%
G=16.33%
B=59.77%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82562050.60.7300.20250.4759.8451.18
Hex5238CD3C49014fa3c33
Octal12270315741110243727463
Binary101001011100011001101111100100100101010011111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5238CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5238CD; }

 p { color: rgb(82,56,205); }

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

<style>
 a { background-color: #5238CD; }

 a { background-color: rgb(82,56,205); }

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

<style>
 span { border-color: #5238CD; }

 span { border-color: rgb(82,56,205); }

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