#5303BE

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

Shades of Purple Heart #5303BE

Tints of Purple Heart #5303BE

Color information

#5303BE (or 0x5303BE) is unknown color: approx Purple Heart. HEX triplet: 53, 03 and BE. RGB value is (83,3,190). Sum of RGB (Red+Green+Blue) = 83+3+190=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #5303BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5303BE is #ACFC41. Grayscale: #2F2F2F. Windows color (decimal): -11336770 or 12452691. OLE color: 12452691.

HSL color Cylindrical-coordinate representation of color #5303BE: hue angle of 265.67º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5303BE is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB833190-
CMYK0.560.9800.25
HSL265.67º96.89%37.84%-
HSV(B)265.67º98.42%74.51%-
XYZ12.895.6249.12-
YUV48.24208152.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.07%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 190 (74.61% from 255) = 68.84%
R=30.07%
G=1.09%
B=68.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8331900.560.9800.25265.6796.8937.84
Hex533BE386201910a6126
Octal12332767014203141214146
Binary1010011111011111011100011000100110011000010101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5303BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,3,190); }

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

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

 a { background-color: rgb(83,3,190); }

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

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

 span { border-color: rgb(83,3,190); }

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