#533ABF

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

Shades of Purple Heart #533ABF

Tints of Purple Heart #533ABF

Color information

#533ABF (or 0x533ABF) is unknown color: approx Purple Heart. HEX triplet: 53, 3A and BF. RGB value is (83,58,191). Sum of RGB (Red+Green+Blue) = 83+58+191=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #533ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533ABF is #ACC540. Grayscale: #505050. Windows color (decimal): -11322689 or 12532307. OLE color: 12532307.

HSL color Cylindrical-coordinate representation of color #533ABF: hue angle of 251.28º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #533ABF is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8358191-
CMYK0.570.7000.25
HSL251.28º53.41%48.82%-
HSV(B)251.28º69.63%74.9%-
XYZ14.488.6350.19-
YUV80.64190.28129.69-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 58 (23.05% from 255) = 17.47%
BLUE value IS 191 (75% from 255) = 57.53%
R=25%
G=17.47%
B=57.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83581910.570.7000.25251.2853.4148.82
Hex533ABF3946019fb3531
Octal12372277711060313736561
Binary101001111101010111111111001100011001100111111011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533ABF; }

 p { color: rgb(83,58,191); }

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

<style>
 a { background-color: #533ABF; }

 a { background-color: rgb(83,58,191); }

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

<style>
 span { border-color: #533ABF; }

 span { border-color: rgb(83,58,191); }

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