#7A3CBC

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

Shades of Purple Heart #7A3CBC

Tints of Purple Heart #7A3CBC

Color information

#7A3CBC (or 0x7A3CBC) is unknown color: approx Purple Heart. HEX triplet: 7A, 3C and BC. RGB value is (122,60,188). Sum of RGB (Red+Green+Blue) = 122+60+188=370 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.97% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A3CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3CBC is #85C343. Grayscale: #5C5C5C. Windows color (decimal): -8766276 or 12336250. OLE color: 12336250.

HSL color Cylindrical-coordinate representation of color #7A3CBC: hue angle of 269.06º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A3CBC is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12260188-
CMYK0.350.6800.26
HSL269.06º51.61%48.63%-
HSV(B)269.06º68.09%73.73%-
XYZ18.721148.71-
YUV93.13181.54148.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.97%
GREEN value IS 60 (23.83% from 255) = 16.22%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=32.97%
G=16.22%
B=50.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122601880.350.6800.26269.0651.6148.63
Hex7A3CBC234401A10d3431
Octal17274274431040324156461
Binary1111010111100101111001000111000100011010100001101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,60,188); }

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

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

 a { background-color: rgb(122,60,188); }

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

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

 span { border-color: rgb(122,60,188); }

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