Html Css Color HEX #7526B7 Purple Heart

📋 copy color: '#7526B7'

red 117 ◦ green 38 ◦ blue 183

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

Shades of Purple Heart #7526B7

Tints of Purple Heart #7526B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 54.14%

R = 34.62%
G = 11.24%
B = 54.14%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7526B7 (or 0x7526B7) is known color: Purple Heart. HEX triplet: 75, 26 and B7. RGB value is (117,38,183). Sum of RGB (Red+Green+Blue) = 117+38+183=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 183 (71.88% from 255 or 54.14% from 338); Max value from RGB is 183 - color contains mainly: blue. Hex color #7526B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7526B7 is #8AD948. Grayscale: #4D4D4D. Windows color (decimal): -9099593 or 12002933. OLE color: 12002933.

HSL color Cylindrical-coordinate representation of color #7526B7: hue angle of 272.69º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7526B7 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 38 183 -
CMYK 0.36 0.79 0 0.28
HSL 272.69º 0.66% 0.43% -
HSV(B) 272.69º 0.79% 0.72% -
XYZ 16.58 8.59 45.58 -
YUV 78.15 187.17 155.71 -
System Red Green Blue C M Y K H S L
Decimal 117 38 183 0.36 0.79 0 0.28 272.69 0.66 0.43
Hex 75 26 B7 24 4F 0 1C 111 42 2B
Octal 165 46 267 44 117 0 34 421 102 53
Binary 1110101 100110 10110111 100100 1001111 0 11100 100010001 1000010 101011

Color Harmonies of #7526B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526B7

Black with #7526B7

Text Example


Text Example

White with #7526B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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