#7A35CE

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

Shades of Purple Heart #7A35CE

Tints of Purple Heart #7A35CE

Color information

#7A35CE (or 0x7A35CE) is unknown color: approx Purple Heart. HEX triplet: 7A, 35 and CE. RGB value is (122,53,206). Sum of RGB (Red+Green+Blue) = 122+53+206=381 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.02% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A35CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A35CE is #85CA31. Grayscale: #5A5A5A. Windows color (decimal): -8768050 or 13514106. OLE color: 13514106.

HSL color Cylindrical-coordinate representation of color #7A35CE: hue angle of 267.06º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A35CE is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12253206-
CMYK0.410.7400.19
HSL267.06º60.96%50.78%-
HSV(B)267.06º74.27%80.78%-
XYZ20.4411.1459.47-
YUV91.07192.86150.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.02%
GREEN value IS 53 (21.09% from 255) = 13.91%
BLUE value IS 206 (80.86% from 255) = 54.07%
R=32.02%
G=13.91%
B=54.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal122532060.410.7400.19267.0660.9650.78
Hex7A35CE294A01310b3d33
Octal17265316511120234137563
Binary1111010110101110011101010011001010010011100001011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A35CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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