#7534C1

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

Shades of Purple Heart #7534C1

Tints of Purple Heart #7534C1

Color information

#7534C1 (or 0x7534C1) is unknown color: approx Purple Heart. HEX triplet: 75, 34 and C1. RGB value is (117,52,193). Sum of RGB (Red+Green+Blue) = 117+52+193=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #7534C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534C1 is #8ACB3E. Grayscale: #575757. Windows color (decimal): -9095999 or 12661877. OLE color: 12661877.

HSL color Cylindrical-coordinate representation of color #7534C1: hue angle of 267.66º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7534C1 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11752193-
CMYK0.390.7300.24
HSL267.66º57.55%48.04%-
HSV(B)267.66º73.06%75.69%-
XYZ18.1910.0951.44-
YUV87.51187.53149.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.32%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 193 (75.78% from 255) = 53.31%
R=32.32%
G=14.36%
B=53.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal117521930.390.7300.24267.6657.5548.04
Hex7534C1274901810c3a30
Octal16564301471110304147260
Binary1110101110100110000011001111001001011000100001100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7534C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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