#7534b6

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

Shades of Purple Heart #7534B6

Tints of Purple Heart #7534B6

Color information

#7534B6 (or 0x7534B6) is unknown color: approx Purple Heart. HEX triplet: 75, 34 and B6. RGB value is (117,52,182). Sum of RGB (Red+Green+Blue) = 117+52+182=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 182 (71.48% from 255 or 51.85% from 351); Max value from RGB is 182 - color contains mainly: blue. Hex color #7534B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534B6 is #8ACB49. Grayscale: #555555. Windows color (decimal): -9096010 or 11940981. OLE color: 11940981.

HSL color Cylindrical-coordinate representation of color #7534B6: hue angle of 270º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7534B6 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11752182-
CMYK0.360.7100.29
HSL270º55.56%45.88%-
HSV(B)270º71.43%71.37%-
XYZ17.019.6245.22-
YUV86.26182.03149.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 14.81%
BLUE value IS 182 (71.48% from 255) = 51.85%
R=33.33%
G=14.81%
B=51.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal117521820.360.7100.2927055.5645.88
Hex7534B6244701D10e382e
Octal16564266441070354167056
Binary1110101110100101101101001001000111011101100001110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7534b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7534b6; }

 p { color: rgb(117,52,182); }

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

<style>
 a { background-color: #7534b6; }

 a { background-color: rgb(117,52,182); }

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

<style>
 span { border-color: #7534b6; }

 span { border-color: rgb(117,52,182); }

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