#7D27B3

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

Shades of Purple Heart #7D27B3

Tints of Purple Heart #7D27B3

Color information

#7D27B3 (or 0x7D27B3) is unknown color: approx Purple Heart. HEX triplet: 7D, 27 and B3. RGB value is (125,39,179). Sum of RGB (Red+Green+Blue) = 125+39+179=343 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.44% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 179 (70.31% from 255 or 52.19% from 343); Max value from RGB is 179 - color contains mainly: blue. Hex color #7D27B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D27B3 is #82D84C. Grayscale: #505050. Windows color (decimal): -8575053 or 11741053. OLE color: 11741053.

HSL color Cylindrical-coordinate representation of color #7D27B3: hue angle of 276.86º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D27B3 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB12539179-
CMYK0.300.7800.30
HSL276.86º64.22%42.75%-
HSV(B)276.86º78.21%70.2%-
XYZ17.329.0743.48-
YUV80.67183.49159.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.44%
GREEN value IS 39 (15.62% from 255) = 11.37%
BLUE value IS 179 (70.31% from 255) = 52.19%
R=36.44%
G=11.37%
B=52.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal125391790.300.7800.30276.8664.2242.75
Hex7D27B31E4E01E115402b
Octal175472633611603642510053
Binary1111101100111101100111111010011100111101000101011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D27B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,39,179); }

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

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

 a { background-color: rgb(125,39,179); }

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

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

 span { border-color: rgb(125,39,179); }

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