#7A35C4

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

Shades of Purple Heart #7A35C4

Tints of Purple Heart #7A35C4

Color information

#7A35C4 (or 0x7A35C4) is unknown color: approx Purple Heart. HEX triplet: 7A, 35 and C4. RGB value is (122,53,196). Sum of RGB (Red+Green+Blue) = 122+53+196=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A35C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A35C4 is #85CA3B. Grayscale: #595959. Windows color (decimal): -8768060 or 12858746. OLE color: 12858746.

HSL color Cylindrical-coordinate representation of color #7A35C4: hue angle of 268.95º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A35C4 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12253196-
CMYK0.380.7300.23
HSL268.95º57.43%48.82%-
HSV(B)268.95º72.96%76.86%-
XYZ19.2610.6753.27-
YUV89.93187.86150.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.88%
GREEN value IS 53 (21.09% from 255) = 14.29%
BLUE value IS 196 (76.95% from 255) = 52.83%
R=32.88%
G=14.29%
B=52.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal122531960.380.7300.23268.9557.4348.82
Hex7A35C4264901710d3931
Octal17265304461110274157161
Binary1111010110101110001001001101001001010111100001101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A35C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,53,196); }

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

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

 a { background-color: rgb(122,53,196); }

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

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

 span { border-color: rgb(122,53,196); }

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