#533bcf

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

Shades of Purple Heart #533BCF

Tints of Purple Heart #533BCF

Color information

#533BCF (or 0x533BCF) is unknown color: approx Purple Heart. HEX triplet: 53, 3B and CF. RGB value is (83,59,207). Sum of RGB (Red+Green+Blue) = 83+59+207=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #533BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BCF is #ACC430. Grayscale: #525252. Windows color (decimal): -11322417 or 13581139. OLE color: 13581139.

HSL color Cylindrical-coordinate representation of color #533BCF: hue angle of 249.73º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #533BCF is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8359207-
CMYK0.600.7100.19
HSL249.73º60.66%52.16%-
HSV(B)249.73º71.5%81.18%-
XYZ16.399.4760-
YUV83.05197.95127.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 59 (23.44% from 255) = 16.91%
BLUE value IS 207 (81.25% from 255) = 59.31%
R=23.78%
G=16.91%
B=59.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal83592070.600.7100.19249.7360.6652.16
Hex533BCF3C47013fa3d34
Octal12373317741070233727564
Binary101001111101111001111111100100011101001111111010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533bcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,59,207); }

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

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

 a { background-color: rgb(83,59,207); }

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

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

 span { border-color: rgb(83,59,207); }

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