#7C3FCD

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

Shades of Purple Heart #7C3FCD

Tints of Purple Heart #7C3FCD

Color information

#7C3FCD (or 0x7C3FCD) is unknown color: approx Purple Heart. HEX triplet: 7C, 3F and CD. RGB value is (124,63,205). Sum of RGB (Red+Green+Blue) = 124+63+205=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 205 (80.47% from 255 or 52.30% from 392); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C3FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3FCD is #83C032. Grayscale: #606060. Windows color (decimal): -8634419 or 13451132. OLE color: 13451132.

HSL color Cylindrical-coordinate representation of color #7C3FCD: hue angle of 265.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C3FCD is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12463205-
CMYK0.400.6900.20
HSL265.77º58.68%52.55%-
HSV(B)265.77º69.27%80.39%-
XYZ21.1112.2559.01-
YUV97.43188.71146.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.63%
GREEN value IS 63 (25% from 255) = 16.07%
BLUE value IS 205 (80.47% from 255) = 52.30%
R=31.63%
G=16.07%
B=52.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124632050.400.6900.20265.7758.6852.55
Hex7C3FCD284501410a3b35
Octal17477315501050244127365
Binary1111100111111110011011010001000101010100100001010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,63,205); }

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

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

 a { background-color: rgb(124,63,205); }

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

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

 span { border-color: rgb(124,63,205); }

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