Html Css Color HEX #7525D1 Purple Heart

📋 copy color: '#7525D1'

red 117 ◦ green 37 ◦ blue 209

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

Shades of Purple Heart #7525D1

Tints of Purple Heart #7525D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 57.58%

R = 32.23%
G = 10.19%
B = 57.58%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7525D1 (or 0x7525D1) is known color: Purple Heart. HEX triplet: 75, 25 and D1. RGB value is (117,37,209). Sum of RGB (Red+Green+Blue) = 117+37+209=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 209 (82.03% from 255 or 57.58% from 363); Max value from RGB is 209 - color contains mainly: blue. Hex color #7525D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7525D1 is #8ADA2E. Grayscale: #4F4F4F. Windows color (decimal): -9099823 or 13706613. OLE color: 13706613.

HSL color Cylindrical-coordinate representation of color #7525D1: hue angle of 267.91º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7525D1 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 37 209 -
CMYK 0.44 0.82 0 0.18
HSL 267.91º 0.7% 0.48% -
HSV(B) 267.91º 0.82% 0.82% -
XYZ 19.51 9.71 61.17 -
YUV 80.53 200.5 154.01 -
System Red Green Blue C M Y K H S L
Decimal 117 37 209 0.44 0.82 0 0.18 267.91 0.7 0.48
Hex 75 25 D1 2C 52 0 12 10C 46 30
Octal 165 45 321 54 122 0 22 414 106 60
Binary 1110101 100101 11010001 101100 1010010 0 10010 100001100 1000110 110000

Color Harmonies of #7525D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7525D1

Black with #7525D1

Text Example


Text Example

White with #7525D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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