#7B2CC6

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

Shades of Purple Heart #7B2CC6

Tints of Purple Heart #7B2CC6

Color information

#7B2CC6 (or 0x7B2CC6) is unknown color: approx Purple Heart. HEX triplet: 7B, 2C and C6. RGB value is (123,44,198). Sum of RGB (Red+Green+Blue) = 123+44+198=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #7B2CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B2CC6 is #84D339. Grayscale: #545454. Windows color (decimal): -8704826 or 12987515. OLE color: 12987515.

HSL color Cylindrical-coordinate representation of color #7B2CC6: hue angle of 270.78º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B2CC6 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12344198-
CMYK0.380.7800.22
HSL270.78º63.64%47.45%-
HSV(B)270.78º77.78%77.65%-
XYZ19.2610.0954.36-
YUV85.18191.67154.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.70%
GREEN value IS 44 (17.58% from 255) = 12.05%
BLUE value IS 198 (77.73% from 255) = 54.25%
R=33.70%
G=12.05%
B=54.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal123441980.380.7800.22270.7863.6447.45
Hex7B2CC6264E01610f402f
Octal173543064611602641710057
Binary11110111011001100011010011010011100101101000011111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,44,198); }

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

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

 a { background-color: rgb(123,44,198); }

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

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

 span { border-color: rgb(123,44,198); }

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