#7A1CBC

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

Shades of Purple Heart #7A1CBC

Tints of Purple Heart #7A1CBC

Color information

#7A1CBC (or 0x7A1CBC) is unknown color: approx Purple Heart. HEX triplet: 7A, 1C and BC. RGB value is (122,28,188). Sum of RGB (Red+Green+Blue) = 122+28+188=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A1CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1CBC is #85E343. Grayscale: #494949. Windows color (decimal): -8774468 or 12328058. OLE color: 12328058.

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

Color convert

RGB12228188-
CMYK0.350.8500.26
HSL275.25º74.07%42.35%-
HSV(B)275.25º85.11%73.73%-
XYZ17.528.648.31-
YUV74.35192.14161.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.09%
GREEN value IS 28 (11.33% from 255) = 8.28%
BLUE value IS 188 (73.83% from 255) = 55.62%
R=36.09%
G=8.28%
B=55.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal122281880.350.8500.26275.2574.0742.35
Hex7A1CBC235501A1134a2a
Octal172342744312503242311252
Binary1111010111001011110010001110101010110101000100111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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