#7935CF

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

Shades of Purple Heart #7935CF

Tints of Purple Heart #7935CF

Color information

#7935CF (or 0x7935CF) is unknown color: approx Purple Heart. HEX triplet: 79, 35 and CF. RGB value is (121,53,207). Sum of RGB (Red+Green+Blue) = 121+53+207=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #7935CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7935CF is #86CA30. Grayscale: #5A5A5A. Windows color (decimal): -8833585 or 13579641. OLE color: 13579641.

HSL color Cylindrical-coordinate representation of color #7935CF: hue angle of 266.49º degrees, saturation: 0.62, 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 #7935CF is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12153207-
CMYK0.420.7400.19
HSL266.49º61.6%50.98%-
HSV(B)266.49º74.4%81.18%-
XYZ20.4211.1260.1-
YUV90.89193.53149.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.76%
GREEN value IS 53 (21.09% from 255) = 13.91%
BLUE value IS 207 (81.25% from 255) = 54.33%
R=31.76%
G=13.91%
B=54.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal121532070.420.7400.19266.4961.650.98
Hex7935CF2A4A01310a3e33
Octal17165317521120234127663
Binary1111001110101110011111010101001010010011100001010111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7935CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7935CF; }

 p { color: rgb(121,53,207); }

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

<style>
 a { background-color: #7935CF; }

 a { background-color: rgb(121,53,207); }

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

<style>
 span { border-color: #7935CF; }

 span { border-color: rgb(121,53,207); }

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