Html Css Color HEX #7534BC Purple Heart

📋 copy color: '#7534BC'

red 117 ◦ green 52 ◦ blue 188

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

Shades of Purple Heart #7534BC

Tints of Purple Heart #7534BC

RGB

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

 GREEN value IS 52 (20.7% 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 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

#7534BC (or 0x7534BC) is known color: 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

RGB 117 52 188 -
CMYK 0.38 0.72 0 0.26
HSL 268.68º 0.57% 0.47% -
HSV(B) 268.68º 0.72% 0.74% -
XYZ 17.64 9.87 48.55 -
YUV 86.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 117 52 188 0.38 0.72 0 0.26 268.68 0.57 0.47
Hex 75 34 BC 26 48 0 1A 10D 39 2F
Octal 165 64 274 46 110 0 32 415 71 57
Binary 1110101 110100 10111100 100110 1001000 0 11010 100001101 111001 101111

Color Harmonies of #7534BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7534BC

Black with #7534BC

Text Example


Text Example

White with #7534BC

Text Example


Text Example

HTML Codes & Css Web 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>