#7935CD

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

Shades of Purple Heart #7935CD

Tints of Purple Heart #7935CD

Color information

#7935CD (or 0x7935CD) is unknown color: approx Purple Heart. HEX triplet: 79, 35 and CD. RGB value is (121,53,205). Sum of RGB (Red+Green+Blue) = 121+53+205=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #7935CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7935CD is #86CA32. Grayscale: #5A5A5A. Windows color (decimal): -8833587 or 13448569. OLE color: 13448569.

HSL color Cylindrical-coordinate representation of color #7935CD: hue angle of 266.84º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7935CD is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12153205-
CMYK0.410.7400.20
HSL266.84º60.32%50.59%-
HSV(B)266.84º74.15%80.39%-
XYZ20.1811.0258.82-
YUV90.66192.53149.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 53 (21.09% from 255) = 13.98%
BLUE value IS 205 (80.47% from 255) = 54.09%
R=31.93%
G=13.98%
B=54.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121532050.410.7400.20266.8460.3250.59
Hex7935CD294A01410b3c33
Octal17165315511120244137463
Binary1111001110101110011011010011001010010100100001011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7935CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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