Html Css Color HEX #7526BA Purple Heart

📋 copy color: '#7526BA'

red 117 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #7526BA

Tints of Purple Heart #7526BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.55%

R = 34.31%
G = 11.14%
B = 54.55%

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

#7526BA (or 0x7526BA) is known color: Purple Heart. HEX triplet: 75, 26 and BA. RGB value is (117,38,186). Sum of RGB (Red+Green+Blue) = 117+38+186=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #7526BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7526BA is #8AD945. Grayscale: #4D4D4D. Windows color (decimal): -9099590 or 12199541. OLE color: 12199541.

HSL color Cylindrical-coordinate representation of color #7526BA: hue angle of 272.03º 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 #7526BA is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 38 186 -
CMYK 0.37 0.80 0 0.27
HSL 272.03º 0.66% 0.44% -
HSV(B) 272.03º 0.8% 0.73% -
XYZ 16.89 8.71 47.25 -
YUV 78.49 188.67 155.47 -
System Red Green Blue C M Y K H S L
Decimal 117 38 186 0.37 0.80 0 0.27 272.03 0.66 0.44
Hex 75 26 BA 25 50 0 1B 110 42 2C
Octal 165 46 272 45 120 0 33 420 102 54
Binary 1110101 100110 10111010 100101 1010000 0 11011 100010000 1000010 101100

Color Harmonies of #7526BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526BA

Black with #7526BA

Text Example


Text Example

White with #7526BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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