Html Css Color HEX #7526A5 Royal Purple

📋 copy color: '#7526A5'

red 117 ◦ green 38 ◦ blue 165

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

Shades of Royal Purple #7526A5

Tints of Royal Purple #7526A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 51.56%

R = 36.56%
G = 11.88%
B = 51.56%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7526A5 (or 0x7526A5) is known color: Royal Purple. HEX triplet: 75, 26 and A5. RGB value is (117,38,165). Sum of RGB (Red+Green+Blue) = 117+38+165=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #7526A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7526A5 is #8AD95A. Grayscale: #4B4B4B. Windows color (decimal): -9099611 or 10823285. OLE color: 10823285.

HSL color Cylindrical-coordinate representation of color #7526A5: hue angle of 277.32º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7526A5 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 38 165 -
CMYK 0.29 0.77 0 0.35
HSL 277.32º 0.63% 0.4% -
HSV(B) 277.32º 0.77% 0.65% -
XYZ 14.82 7.88 36.34 -
YUV 76.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 117 38 165 0.29 0.77 0 0.35 277.32 0.63 0.4
Hex 75 26 A5 1D 4D 0 23 115 3F 28
Octal 165 46 245 35 115 0 43 425 77 50
Binary 1110101 100110 10100101 11101 1001101 0 100011 100010101 111111 101000

Color Harmonies of #7526A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526A5

Black with #7526A5

Text Example


Text Example

White with #7526A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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