#5238CC

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

Shades of Purple Heart #5238CC

Tints of Purple Heart #5238CC

Color information

#5238CC (or 0x5238CC) is unknown color: approx Purple Heart. HEX triplet: 52, 38 and CC. RGB value is (82,56,204). Sum of RGB (Red+Green+Blue) = 82+56+204=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #5238CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5238CC is #ADC733. Grayscale: #505050. Windows color (decimal): -11388724 or 13383762. OLE color: 13383762.

HSL color Cylindrical-coordinate representation of color #5238CC: hue angle of 250.54º degrees, saturation: 0.59, 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 #5238CC is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8256204-
CMYK0.600.7300.2
HSL250.54º59.2%50.98%-
HSV(B)250.54º72.55%80%-
XYZ15.798.9858.03-
YUV80.65197.61128.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 56 (22.27% from 255) = 16.37%
BLUE value IS 204 (80.08% from 255) = 59.65%
R=23.98%
G=16.37%
B=59.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82562040.600.7300.2250.5459.250.98
Hex5238CC3C49014fb3b33
Octal12270314741110243737363
Binary101001011100011001100111100100100101010011111011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5238CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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