Html Css Color HEX #7532BE Purple Heart

📋 copy color: '#7532BE'

red 117 ◦ green 50 ◦ blue 190

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

Shades of Purple Heart #7532BE

Tints of Purple Heart #7532BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 32.77%
G = 14.01%
B = 53.22%

CMYK

 C value IS 0.38

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7532BE (or 0x7532BE) is known color: Purple Heart. HEX triplet: 75, 32 and BE. RGB value is (117,50,190). Sum of RGB (Red+Green+Blue) = 117+50+190=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #7532BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7532BE is #8ACD41. Grayscale: #555555. Windows color (decimal): -9096514 or 12464757. OLE color: 12464757.

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

Color convert

RGB 117 50 190 -
CMYK 0.38 0.74 0 0.25
HSL 268.71º 0.58% 0.47% -
HSV(B) 268.71º 0.74% 0.75% -
XYZ 17.77 9.78 49.67 -
YUV 85.99 186.7 150.12 -
System Red Green Blue C M Y K H S L
Decimal 117 50 190 0.38 0.74 0 0.25 268.71 0.58 0.47
Hex 75 32 BE 26 4A 0 19 10D 3A 2F
Octal 165 62 276 46 112 0 31 415 72 57
Binary 1110101 110010 10111110 100110 1001010 0 11001 100001101 111010 101111

Color Harmonies of #7532BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7532BE

Black with #7532BE

Text Example


Text Example

White with #7532BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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