Html Css Color HEX #7528BB Purple Heart

📋 copy color: '#7528BB'

red 117 ◦ green 40 ◦ blue 187

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

Shades of Purple Heart #7528BB

Tints of Purple Heart #7528BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

 BLUE value IS 187 (73.44% from 255) = 54.36%

R = 34.01%
G = 11.63%
B = 54.36%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7528BB (or 0x7528BB) is known color: Purple Heart. HEX triplet: 75, 28 and BB. RGB value is (117,40,187). Sum of RGB (Red+Green+Blue) = 117+40+187=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #7528BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7528BB is #8AD744. Grayscale: #4F4F4F. Windows color (decimal): -9099077 or 12265589. OLE color: 12265589.

HSL color Cylindrical-coordinate representation of color #7528BB: hue angle of 271.43º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7528BB is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 40 187 -
CMYK 0.37 0.79 0 0.27
HSL 271.43º 0.65% 0.45% -
HSV(B) 271.43º 0.79% 0.73% -
XYZ 17.06 8.89 47.83 -
YUV 79.78 188.51 154.55 -
System Red Green Blue C M Y K H S L
Decimal 117 40 187 0.37 0.79 0 0.27 271.43 0.65 0.45
Hex 75 28 BB 25 4F 0 1B 10F 41 2D
Octal 165 50 273 45 117 0 33 417 101 55
Binary 1110101 101000 10111011 100101 1001111 0 11011 100001111 1000001 101101

Color Harmonies of #7528BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7528BB

Black with #7528BB

Text Example


Text Example

White with #7528BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7528BB; }

 p { color: rgb(117,40,187); }

 H1.HeaderClassName
 {
   color: #7528BB;
 }
 .AnyTagClassName
 {
   color: #7528BB;
 }
</style>

background-color css

<style>
 a { background-color: #7528BB; }

 a { background-color: rgb(117,40,187); }

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

border-color css

<style>
 span { border-color: #7528BB; }

 span { border-color: rgb(117,40,187); }

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