Html Css Color HEX #7526C5 Purple Heart

📋 copy color: '#7526C5'

red 117 ◦ green 38 ◦ blue 197

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

Shades of Purple Heart #7526C5

Tints of Purple Heart #7526C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 55.97%

R = 33.24%
G = 10.8%
B = 55.97%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7526C5 (or 0x7526C5) is known color: Purple Heart. HEX triplet: 75, 26 and C5. RGB value is (117,38,197). Sum of RGB (Red+Green+Blue) = 117+38+197=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 197 (77.34% from 255 or 55.97% from 352); Max value from RGB is 197 - color contains mainly: blue. Hex color #7526C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7526C5 is #8AD93A. Grayscale: #4F4F4F. Windows color (decimal): -9099579 or 12920437. OLE color: 12920437.

HSL color Cylindrical-coordinate representation of color #7526C5: hue angle of 269.81º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7526C5 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 38 197 -
CMYK 0.41 0.81 0 0.23
HSL 269.81º 0.68% 0.46% -
HSV(B) 269.81º 0.81% 0.77% -
XYZ 18.11 9.2 53.64 -
YUV 79.75 194.17 154.57 -
System Red Green Blue C M Y K H S L
Decimal 117 38 197 0.41 0.81 0 0.23 269.81 0.68 0.46
Hex 75 26 C5 29 51 0 17 10E 44 2E
Octal 165 46 305 51 121 0 27 416 104 56
Binary 1110101 100110 11000101 101001 1010001 0 10111 100001110 1000100 101110

Color Harmonies of #7526C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526C5

Black with #7526C5

Text Example


Text Example

White with #7526C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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