#7B30BB

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

Shades of Purple Heart #7B30BB

Tints of Purple Heart #7B30BB

Color information

#7B30BB (or 0x7B30BB) is unknown color: approx Purple Heart. HEX triplet: 7B, 30 and BB. RGB value is (123,48,187). Sum of RGB (Red+Green+Blue) = 123+48+187=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B30BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B30BB is #84CF44. Grayscale: #555555. Windows color (decimal): -8703813 or 12267643. OLE color: 12267643.

HSL color Cylindrical-coordinate representation of color #7B30BB: hue angle of 272.37º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B30BB is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12348187-
CMYK0.340.7400.27
HSL272.37º59.15%46.08%-
HSV(B)272.37º74.33%73.33%-
XYZ18.199.9147.97-
YUV86.27184.85154.2-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.36%
GREEN value IS 48 (19.14% from 255) = 13.41%
BLUE value IS 187 (73.44% from 255) = 52.23%
R=34.36%
G=13.41%
B=52.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123481870.340.7400.27272.3759.1546.08
Hex7B30BB224A01B1103b2e
Octal17360273421120334207356
Binary1111011110000101110111000101001010011011100010000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B30BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,48,187); }

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

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

 a { background-color: rgb(123,48,187); }

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

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

 span { border-color: rgb(123,48,187); }

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