#7B42BE

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

Shades of Purple Heart #7B42BE

Tints of Purple Heart #7B42BE

Color information

#7B42BE (or 0x7B42BE) is unknown color: approx Purple Heart. HEX triplet: 7B, 42 and BE. RGB value is (123,66,190). Sum of RGB (Red+Green+Blue) = 123+66+190=379 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.45% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B42BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B42BE is #84BD41. Grayscale: #606060. Windows color (decimal): -8699202 or 12468859. OLE color: 12468859.

HSL color Cylindrical-coordinate representation of color #7B42BE: hue angle of 267.58º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B42BE is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12366190-
CMYK0.350.6500.25
HSL267.58º48.82%50.2%-
HSV(B)267.58º65.26%74.51%-
XYZ19.4111.8349.97-
YUV97.18180.38146.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.45%
GREEN value IS 66 (26.17% from 255) = 17.41%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=32.45%
G=17.41%
B=50.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123661900.350.6500.25267.5848.8250.2
Hex7B42BE234101910c3132
Octal173102276431010314146162
Binary11110111000010101111101000111000001011001100001100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B42BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,66,190); }

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

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

 a { background-color: rgb(123,66,190); }

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

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

 span { border-color: rgb(123,66,190); }

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