#7534BC

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

Shades of Purple Heart #7534BC

Tints of Purple Heart #7534BC

Color information

#7534BC (or 0x7534BC) is unknown color: approx Purple Heart. HEX triplet: 75, 34 and BC. RGB value is (117,52,188). Sum of RGB (Red+Green+Blue) = 117+52+188=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 52 (20.70% from 255 or 14.57% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #7534BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534BC is #8ACB43. Grayscale: #565656. Windows color (decimal): -9096004 or 12334197. OLE color: 12334197.

HSL color Cylindrical-coordinate representation of color #7534BC: hue angle of 268.68º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7534BC is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11752188-
CMYK0.380.7200.26
HSL268.68º56.67%47.06%-
HSV(B)268.68º72.34%73.73%-
XYZ17.649.8748.55-
YUV86.94185.03149.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 52 (20.70% from 255) = 14.57%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=32.77%
G=14.57%
B=52.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117521880.380.7200.26268.6856.6747.06
Hex7534BC264801A10d392f
Octal16564274461100324157157
Binary1110101110100101111001001101001000011010100001101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7534BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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