#6533BD

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

Shades of Purple Heart #6533BD

Tints of Purple Heart #6533BD

Color information

#6533BD (or 0x6533BD) is unknown color: approx Purple Heart. HEX triplet: 65, 33 and BD. RGB value is (101,51,189). Sum of RGB (Red+Green+Blue) = 101+51+189=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #6533BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533BD is #9ACC42. Grayscale: #515151. Windows color (decimal): -10144835 or 12399461. OLE color: 12399461.

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

Color convert

RGB10151189-
CMYK0.470.7300.26
HSL261.74º57.5%47.06%-
HSV(B)261.74º73.02%74.12%-
XYZ15.748.8149.01-
YUV81.68188.56141.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.62%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 189 (74.22% from 255) = 55.43%
R=29.62%
G=14.96%
B=55.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101511890.470.7300.26261.7457.547.06
Hex6533BD2F4901A1063a2f
Octal14563275571110324067257
Binary1100101110011101111011011111001001011010100000110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6533BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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