Html Css Color HEX #7526BB Purple Heart

📋 copy color: '#7526BB'

red 117 ◦ green 38 ◦ blue 187

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

Shades of Purple Heart #7526BB

Tints of Purple Heart #7526BB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.11%

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

R = 34.21%
G = 11.11%
B = 54.68%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7526BB (or 0x7526BB) is known color: Purple Heart. HEX triplet: 75, 26 and BB. RGB value is (117,38,187). Sum of RGB (Red+Green+Blue) = 117+38+187=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 187 (73.44% from 255 or 54.68% from 342); Max value from RGB is 187 - color contains mainly: blue. Hex color #7526BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7526BB is #8AD944. Grayscale: #4E4E4E. Windows color (decimal): -9099589 or 12265077. OLE color: 12265077.

HSL color Cylindrical-coordinate representation of color #7526BB: hue angle of 271.81º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7526BB is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 38 187 -
CMYK 0.37 0.80 0 0.27
HSL 271.81º 0.66% 0.44% -
HSV(B) 271.81º 0.8% 0.73% -
XYZ 17 8.76 47.81 -
YUV 78.61 189.17 155.38 -
System Red Green Blue C M Y K H S L
Decimal 117 38 187 0.37 0.80 0 0.27 271.81 0.66 0.44
Hex 75 26 BB 25 50 0 1B 110 42 2C
Octal 165 46 273 45 120 0 33 420 102 54
Binary 1110101 100110 10111011 100101 1010000 0 11011 100010000 1000010 101100

Color Harmonies of #7526BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526BB

Black with #7526BB

Text Example


Text Example

White with #7526BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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