Html Css Color HEX #7525BD Purple Heart

📋 copy color: '#7525BD'

red 117 ◦ green 37 ◦ blue 189

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

Shades of Purple Heart #7525BD

Tints of Purple Heart #7525BD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.79%

 BLUE value IS 189 (74.22% from 255) = 55.1%

R = 34.11%
G = 10.79%
B = 55.1%

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

#7525BD (or 0x7525BD) is known color: Purple Heart. HEX triplet: 75, 25 and BD. RGB value is (117,37,189). Sum of RGB (Red+Green+Blue) = 117+37+189=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #7525BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7525BD is #8ADA42. Grayscale: #4D4D4D. Windows color (decimal): -9099843 or 12395893. OLE color: 12395893.

HSL color Cylindrical-coordinate representation of color #7525BD: hue angle of 271.58º degrees, saturation: 0.67, 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 #7525BD is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 37 189 -
CMYK 0.38 0.80 0 0.26
HSL 271.58º 0.67% 0.44% -
HSV(B) 271.58º 0.8% 0.74% -
XYZ 17.18 8.78 48.93 -
YUV 78.25 190.5 155.64 -
System Red Green Blue C M Y K H S L
Decimal 117 37 189 0.38 0.80 0 0.26 271.58 0.67 0.44
Hex 75 25 BD 26 50 0 1A 110 43 2C
Octal 165 45 275 46 120 0 32 420 103 54
Binary 1110101 100101 10111101 100110 1010000 0 11010 100010000 1000011 101100

Color Harmonies of #7525BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7525BD

Black with #7525BD

Text Example


Text Example

White with #7525BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7525BD; }

 p { color: rgb(117,37,189); }

 H1.HeaderClassName
 {
   color: #7525BD;
 }
 .AnyTagClassName
 {
   color: #7525BD;
 }
</style>

background-color css

<style>
 a { background-color: #7525BD; }

 a { background-color: rgb(117,37,189); }

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

border-color css

<style>
 span { border-color: #7525BD; }

 span { border-color: rgb(117,37,189); }

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