Html Css Color HEX #7526BF Purple Heart

📋 copy color: '#7526BF'

red 117 ◦ green 38 ◦ blue 191

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

Shades of Purple Heart #7526BF

Tints of Purple Heart #7526BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 55.2%

R = 33.82%
G = 10.98%
B = 55.2%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7526BF (or 0x7526BF) is known color: Purple Heart. HEX triplet: 75, 26 and BF. RGB value is (117,38,191). Sum of RGB (Red+Green+Blue) = 117+38+191=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #7526BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7526BF is #8AD940. Grayscale: #4E4E4E. Windows color (decimal): -9099585 or 12527221. OLE color: 12527221.

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

Color convert

RGB 117 38 191 -
CMYK 0.39 0.80 0 0.25
HSL 270.98º 0.67% 0.45% -
HSV(B) 270.98º 0.8% 0.75% -
XYZ 17.43 8.93 50.1 -
YUV 79.06 191.17 155.06 -
System Red Green Blue C M Y K H S L
Decimal 117 38 191 0.39 0.80 0 0.25 270.98 0.67 0.45
Hex 75 26 BF 27 50 0 19 10F 43 2D
Octal 165 46 277 47 120 0 31 417 103 55
Binary 1110101 100110 10111111 100111 1010000 0 11001 100001111 1000011 101101

Color Harmonies of #7526BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526BF

Black with #7526BF

Text Example


Text Example

White with #7526BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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