Html Css Color HEX #7534BD Purple Heart

📋 copy color: '#7534BD'

red 117 ◦ green 52 ◦ blue 189

#7534BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7534BD

Tints of Purple Heart #7534BD

RGB

 RED value IS 117 (46.09% from 255) = 32.68%

 GREEN value IS 52 (20.7% from 255) = 14.53%

 BLUE value IS 189 (74.22% from 255) = 52.79%

R = 32.68%
G = 14.53%
B = 52.79%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7534BD (or 0x7534BD) is known color: Purple Heart. HEX triplet: 75, 34 and BD. RGB value is (117,52,189). Sum of RGB (Red+Green+Blue) = 117+52+189=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #7534BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7534BD is #8ACB42. Grayscale: #565656. Windows color (decimal): -9096003 or 12399733. OLE color: 12399733.

HSL color Cylindrical-coordinate representation of color #7534BD: hue angle of 268.47º 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 #7534BD is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 52 189 -
CMYK 0.38 0.72 0 0.26
HSL 268.47º 0.57% 0.47% -
HSV(B) 268.47º 0.72% 0.74% -
XYZ 17.75 9.91 49.12 -
YUV 87.05 185.53 149.36 -
System Red Green Blue C M Y K H S L
Decimal 117 52 189 0.38 0.72 0 0.26 268.47 0.57 0.47
Hex 75 34 BD 26 48 0 1A 10C 39 2F
Octal 165 64 275 46 110 0 32 414 71 57
Binary 1110101 110100 10111101 100110 1001000 0 11010 100001100 111001 101111

Color Harmonies of #7534BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7534BD

Black with #7534BD

Text Example


Text Example

White with #7534BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7534BD;
 }
 .AnyTagClassName
 {
   color: #7534BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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