#6533BF

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

Shades of Purple Heart #6533BF

Tints of Purple Heart #6533BF

Color information

#6533BF (or 0x6533BF) is unknown color: approx Purple Heart. HEX triplet: 65, 33 and BF. RGB value is (101,51,191). Sum of RGB (Red+Green+Blue) = 101+51+191=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #6533BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533BF is #9ACC40. Grayscale: #515151. Windows color (decimal): -10144833 or 12530533. OLE color: 12530533.

HSL color Cylindrical-coordinate representation of color #6533BF: hue angle of 261.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6533BF is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10151191-
CMYK0.470.7300.25
HSL261.43º57.85%47.45%-
HSV(B)261.43º73.3%74.9%-
XYZ15.958.950.17-
YUV81.91189.56141.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.45%
GREEN value IS 51 (20.31% from 255) = 14.87%
BLUE value IS 191 (75% from 255) = 55.69%
R=29.45%
G=14.87%
B=55.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101511910.470.7300.25261.4357.8547.45
Hex6533BF2F490191053a2f
Octal14563277571110314057257
Binary1100101110011101111111011111001001011001100000101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6533BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6533BF; }

 p { color: rgb(101,51,191); }

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

<style>
 a { background-color: #6533BF; }

 a { background-color: rgb(101,51,191); }

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

<style>
 span { border-color: #6533BF; }

 span { border-color: rgb(101,51,191); }

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