#7B27C0

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

Shades of Purple Heart #7B27C0

Tints of Purple Heart #7B27C0

Color information

#7B27C0 (or 0x7B27C0) is unknown color: approx Purple Heart. HEX triplet: 7B, 27 and C0. RGB value is (123,39,192). Sum of RGB (Red+Green+Blue) = 123+39+192=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 39 (15.62% from 255 or 11.02% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #7B27C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B27C0 is #84D83F. Grayscale: #515151. Windows color (decimal): -8706112 or 12593019. OLE color: 12593019.

HSL color Cylindrical-coordinate representation of color #7B27C0: hue angle of 272.94º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B27C0 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12339192-
CMYK0.360.8000.25
HSL272.94º66.23%45.29%-
HSV(B)272.94º79.69%75.29%-
XYZ18.419.4750.73-
YUV81.56190.33157.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.75%
GREEN value IS 39 (15.62% from 255) = 11.02%
BLUE value IS 192 (75.39% from 255) = 54.24%
R=34.75%
G=11.02%
B=54.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123391920.360.8000.25272.9466.2345.29
Hex7B27C02450019111422d
Octal173473004412003142110255
Binary11110111001111100000010010010100000110011000100011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B27C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,39,192); }

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

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

 a { background-color: rgb(123,39,192); }

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

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

 span { border-color: rgb(123,39,192); }

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