Html Css Color HEX #7526BE Purple Heart

📋 copy color: '#7526BE'

red 117 ◦ green 38 ◦ blue 190

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

Shades of Purple Heart #7526BE

Tints of Purple Heart #7526BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.07%

R = 33.91%
G = 11.01%
B = 55.07%

CMYK

 C value IS 0.38

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7526BE (or 0x7526BE) is known color: Purple Heart. HEX triplet: 75, 26 and BE. RGB value is (117,38,190). Sum of RGB (Red+Green+Blue) = 117+38+190=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #7526BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7526BE is #8AD941. Grayscale: #4E4E4E. Windows color (decimal): -9099586 or 12461685. OLE color: 12461685.

HSL color Cylindrical-coordinate representation of color #7526BE: hue angle of 271.18º 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 #7526BE is Cyan = 0.38, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 38 190 -
CMYK 0.38 0.8 0 0.25
HSL 271.18º 0.67% 0.45% -
HSV(B) 271.18º 0.8% 0.75% -
XYZ 17.32 8.89 49.52 -
YUV 78.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 117 38 190 0.38 0.8 0 0.25 271.18 0.67 0.45
Hex 75 26 BE 26 50 0 19 10F 43 2D
Octal 165 46 276 46 120 0 31 417 103 55
Binary 1110101 100110 10111110 100110 1010000 0 11001 100001111 1000011 101101

Color Harmonies of #7526BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526BE

Black with #7526BE

Text Example


Text Example

White with #7526BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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