#7B26BB

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

Shades of Purple Heart #7B26BB

Tints of Purple Heart #7B26BB

Color information

#7B26BB (or 0x7B26BB) is unknown color: approx Purple Heart. HEX triplet: 7B, 26 and BB. RGB value is (123,38,187). Sum of RGB (Red+Green+Blue) = 123+38+187=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B26BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B26BB is #84D944. Grayscale: #4F4F4F. Windows color (decimal): -8706373 or 12265083. OLE color: 12265083.

HSL color Cylindrical-coordinate representation of color #7B26BB: hue angle of 274.23º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B26BB is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12338187-
CMYK0.340.8000.27
HSL274.23º66.22%44.12%-
HSV(B)274.23º79.68%73.33%-
XYZ17.839.1947.85-
YUV80.4188.16158.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.34%
GREEN value IS 38 (15.23% from 255) = 10.92%
BLUE value IS 187 (73.44% from 255) = 53.74%
R=35.34%
G=10.92%
B=53.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123381870.340.8000.27274.2366.2244.12
Hex7B26BB225001B112422c
Octal173462734212003342210254
Binary11110111001101011101110001010100000110111000100101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B26BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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