Html Css Color HEX #7526BC Purple Heart

📋 copy color: '#7526BC'

red 117 ◦ green 38 ◦ blue 188

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

Shades of Purple Heart #7526BC

Tints of Purple Heart #7526BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.81%

R = 34.11%
G = 11.08%
B = 54.81%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7526BC (or 0x7526BC) is known color: Purple Heart. HEX triplet: 75, 26 and BC. RGB value is (117,38,188). Sum of RGB (Red+Green+Blue) = 117+38+188=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #7526BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7526BC is #8AD943. Grayscale: #4E4E4E. Windows color (decimal): -9099588 or 12330613. OLE color: 12330613.

HSL color Cylindrical-coordinate representation of color #7526BC: hue angle of 271.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7526BC is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 38 188 -
CMYK 0.38 0.80 0 0.26
HSL 271.6º 0.66% 0.44% -
HSV(B) 271.6º 0.8% 0.74% -
XYZ 17.11 8.8 48.37 -
YUV 78.72 189.67 155.3 -
System Red Green Blue C M Y K H S L
Decimal 117 38 188 0.38 0.80 0 0.26 271.6 0.66 0.44
Hex 75 26 BC 26 50 0 1A 110 42 2C
Octal 165 46 274 46 120 0 32 420 102 54
Binary 1110101 100110 10111100 100110 1010000 0 11010 100010000 1000010 101100

Color Harmonies of #7526BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7526BC

Black with #7526BC

Text Example


Text Example

White with #7526BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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