#7B33BD

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

Shades of Purple Heart #7B33BD

Tints of Purple Heart #7B33BD

Color information

#7B33BD (or 0x7B33BD) is unknown color: approx Purple Heart. HEX triplet: 7B, 33 and BD. RGB value is (123,51,189). Sum of RGB (Red+Green+Blue) = 123+51+189=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B33BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B33BD is #84CC42. Grayscale: #575757. Windows color (decimal): -8703043 or 12399483. OLE color: 12399483.

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

Color convert

RGB12351189-
CMYK0.350.7300.26
HSL271.3º57.5%47.06%-
HSV(B)271.3º73.02%74.12%-
XYZ18.5410.2549.15-
YUV88.26184.85152.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.88%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 189 (74.22% from 255) = 52.07%
R=33.88%
G=14.05%
B=52.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123511890.350.7300.26271.357.547.06
Hex7B33BD234901A10f3a2f
Octal17363275431110324177257
Binary1111011110011101111011000111001001011010100001111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B33BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B33BD; }

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

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

<style>
 a { background-color: #7B33BD; }

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

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

<style>
 span { border-color: #7B33BD; }

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

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