#7C3FBD

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

Shades of Purple Heart #7C3FBD

Tints of Purple Heart #7C3FBD

Color information

#7C3FBD (or 0x7C3FBD) is unknown color: approx Purple Heart. HEX triplet: 7C, 3F and BD. RGB value is (124,63,189). Sum of RGB (Red+Green+Blue) = 124+63+189=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C3FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3FBD is #83C042. Grayscale: #5F5F5F. Windows color (decimal): -8634435 or 12402556. OLE color: 12402556.

HSL color Cylindrical-coordinate representation of color #7C3FBD: hue angle of 269.05º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C3FBD is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12463189-
CMYK0.340.6700.26
HSL269.05º50%49.41%-
HSV(B)269.05º66.67%74.12%-
XYZ19.2711.5149.35-
YUV95.6180.71148.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.98%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 189 (74.22% from 255) = 50.27%
R=32.98%
G=16.76%
B=50.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124631890.340.6700.26269.055049.41
Hex7C3FBD224301A10d3231
Octal17477275421030324156261
Binary1111100111111101111011000101000011011010100001101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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