Html Css Color HEX #7526BD Purple Heart

📋 copy color: '#7526BD'

red 117 ◦ green 38 ◦ blue 189

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

Shades of Purple Heart #7526BD

Tints of Purple Heart #7526BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 54.94%

R = 34.01%
G = 11.05%
B = 54.94%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7526BD (or 0x7526BD) is known color: Purple Heart. HEX triplet: 75, 26 and BD. RGB value is (117,38,189). Sum of RGB (Red+Green+Blue) = 117+38+189=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #7526BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7526BD is #8AD942. Grayscale: #4E4E4E. Windows color (decimal): -9099587 or 12396149. OLE color: 12396149.

HSL color Cylindrical-coordinate representation of color #7526BD: hue angle of 271.39º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7526BD is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 38 189 -
CMYK 0.38 0.80 0 0.26
HSL 271.39º 0.67% 0.45% -
HSV(B) 271.39º 0.8% 0.74% -
XYZ 17.21 8.84 48.94 -
YUV 78.84 190.17 155.22 -
System Red Green Blue C M Y K H S L
Decimal 117 38 189 0.38 0.80 0 0.26 271.39 0.67 0.45
Hex 75 26 BD 26 50 0 1A 10F 43 2D
Octal 165 46 275 46 120 0 32 417 103 55
Binary 1110101 100110 10111101 100110 1010000 0 11010 100001111 1000011 101101

Color Harmonies of #7526BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526BD

Black with #7526BD

Text Example


Text Example

White with #7526BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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