#5330B6

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

Shades of Purple Heart #5330B6

Tints of Purple Heart #5330B6

Color information

#5330B6 (or 0x5330B6) is unknown color: approx Purple Heart. HEX triplet: 53, 30 and B6. RGB value is (83,48,182). Sum of RGB (Red+Green+Blue) = 83+48+182=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #5330B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5330B6 is #ACCF49. Grayscale: #494949. Windows color (decimal): -11325258 or 11939923. OLE color: 11939923.

HSL color Cylindrical-coordinate representation of color #5330B6: hue angle of 255.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5330B6 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8348182-
CMYK0.540.7400.29
HSL255.67º58.26%45.1%-
HSV(B)255.67º73.63%71.37%-
XYZ13.077.3344.98-
YUV73.74189.1134.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 182 (71.48% from 255) = 58.15%
R=26.52%
G=15.34%
B=58.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83481820.540.7400.29255.6758.2645.1
Hex5330B6364A01D1003a2d
Octal12360266661120354007255
Binary1010011110000101101101101101001010011101100000000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5330B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5330B6; }

 p { color: rgb(83,48,182); }

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

<style>
 a { background-color: #5330B6; }

 a { background-color: rgb(83,48,182); }

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

<style>
 span { border-color: #5330B6; }

 span { border-color: rgb(83,48,182); }

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