#7B42BF

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

Shades of Purple Heart #7B42BF

Tints of Purple Heart #7B42BF

Color information

#7B42BF (or 0x7B42BF) is unknown color: approx Purple Heart. HEX triplet: 7B, 42 and BF. RGB value is (123,66,191). Sum of RGB (Red+Green+Blue) = 123+66+191=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B42BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B42BF is #84BD40. Grayscale: #606060. Windows color (decimal): -8699201 or 12534395. OLE color: 12534395.

HSL color Cylindrical-coordinate representation of color #7B42BF: hue angle of 267.36º 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 #7B42BF is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12366191-
CMYK0.360.6500.25
HSL267.36º49.41%50.39%-
HSV(B)267.36º65.45%74.9%-
XYZ19.5211.8750.55-
YUV97.29180.88146.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.37%
GREEN value IS 66 (26.17% from 255) = 17.37%
BLUE value IS 191 (75% from 255) = 50.26%
R=32.37%
G=17.37%
B=50.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123661910.360.6500.25267.3649.4150.39
Hex7B42BF244101910b3132
Octal173102277441010314136162
Binary11110111000010101111111001001000001011001100001011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B42BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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