Html Css Color HEX #7532BC Purple Heart

📋 copy color: '#7532BC'

red 117 ◦ green 50 ◦ blue 188

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

Shades of Purple Heart #7532BC

Tints of Purple Heart #7532BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.08%

 BLUE value IS 188 (73.83% from 255) = 52.96%

R = 32.96%
G = 14.08%
B = 52.96%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7532BC (or 0x7532BC) is known color: Purple Heart. HEX triplet: 75, 32 and BC. RGB value is (117,50,188). Sum of RGB (Red+Green+Blue) = 117+50+188=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 50 (19.92% from 255 or 14.08% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #7532BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7532BC is #8ACD43. Grayscale: #555555. Windows color (decimal): -9096516 or 12333685. OLE color: 12333685.

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

Color convert

RGB 117 50 188 -
CMYK 0.38 0.73 0 0.26
HSL 269.13º 0.58% 0.47% -
HSV(B) 269.13º 0.73% 0.74% -
XYZ 17.55 9.69 48.52 -
YUV 85.77 185.7 150.28 -
System Red Green Blue C M Y K H S L
Decimal 117 50 188 0.38 0.73 0 0.26 269.13 0.58 0.47
Hex 75 32 BC 26 49 0 1A 10D 3A 2F
Octal 165 62 274 46 111 0 32 415 72 57
Binary 1110101 110010 10111100 100110 1001001 0 11010 100001101 111010 101111

Color Harmonies of #7532BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7532BC

Black with #7532BC

Text Example


Text Example

White with #7532BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7532BC;
 }
 .AnyTagClassName
 {
   color: #7532BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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