#6433BD

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

Shades of Purple Heart #6433BD

Tints of Purple Heart #6433BD

Color information

#6433BD (or 0x6433BD) is unknown color: approx Purple Heart. HEX triplet: 64, 33 and BD. RGB value is (100,51,189). Sum of RGB (Red+Green+Blue) = 100+51+189=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #6433BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6433BD is #9BCC42. Grayscale: #505050. Windows color (decimal): -10210371 or 12399460. OLE color: 12399460.

HSL color Cylindrical-coordinate representation of color #6433BD: hue angle of 261.3º 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 #6433BD is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10051189-
CMYK0.470.7300.26
HSL261.3º57.5%47.06%-
HSV(B)261.3º73.02%74.12%-
XYZ15.628.7549.01-
YUV81.38188.73141.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 189 (74.22% from 255) = 55.59%
R=29.41%
G=15%
B=55.59%

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
Decimal100511890.470.7300.26261.357.547.06
Hex6433BD2F4901A1053a2f
Octal14463275571110324057257
Binary1100100110011101111011011111001001011010100000101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6433BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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