#7B31BD

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

Shades of Purple Heart #7B31BD

Tints of Purple Heart #7B31BD

Color information

#7B31BD (or 0x7B31BD) is unknown color: approx Purple Heart. HEX triplet: 7B, 31 and BD. RGB value is (123,49,189). Sum of RGB (Red+Green+Blue) = 123+49+189=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B31BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B31BD is #84CE42. Grayscale: #565656. Windows color (decimal): -8703555 or 12398971. OLE color: 12398971.

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

Color convert

RGB12349189-
CMYK0.350.7400.26
HSL271.71º58.82%46.67%-
HSV(B)271.71º74.07%74.12%-
XYZ18.4510.0849.12-
YUV87.09185.52153.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.07%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=34.07%
G=13.57%
B=52.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123491890.350.7400.26271.7158.8246.67
Hex7B31BD234A01A1103b2f
Octal17361275431120324207357
Binary1111011110001101111011000111001010011010100010000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B31BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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