Html Css Color HEX #7518BA Purple Heart

📋 copy color: '#7518BA'

red 117 ◦ green 24 ◦ blue 186

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

Shades of Purple Heart #7518BA

Tints of Purple Heart #7518BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.34%

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 35.78%
G = 7.34%
B = 56.88%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7518BA (or 0x7518BA) is known color: Purple Heart. HEX triplet: 75, 18 and BA. RGB value is (117,24,186). Sum of RGB (Red+Green+Blue) = 117+24+186=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #7518BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7518BA is #8AE745. Grayscale: #454545. Windows color (decimal): -9103174 or 12195957. OLE color: 12195957.

HSL color Cylindrical-coordinate representation of color #7518BA: hue angle of 274.44º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7518BA is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 24 186 -
CMYK 0.37 0.87 0 0.27
HSL 274.44º 0.77% 0.41% -
HSV(B) 274.44º 0.87% 0.73% -
XYZ 16.53 7.98 47.12 -
YUV 70.28 193.31 161.33 -
System Red Green Blue C M Y K H S L
Decimal 117 24 186 0.37 0.87 0 0.27 274.44 0.77 0.41
Hex 75 18 BA 25 57 0 1B 112 4D 29
Octal 165 30 272 45 127 0 33 422 115 51
Binary 1110101 11000 10111010 100101 1010111 0 11011 100010010 1001101 101001

Color Harmonies of #7518BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7518BA

Black with #7518BA

Text Example


Text Example

White with #7518BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7518BA; }

 p { color: rgb(117,24,186); }

 H1.HeaderClassName
 {
   color: #7518BA;
 }
 .AnyTagClassName
 {
   color: #7518BA;
 }
</style>

background-color css

<style>
 a { background-color: #7518BA; }

 a { background-color: rgb(117,24,186); }

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

border-color css

<style>
 span { border-color: #7518BA; }

 span { border-color: rgb(117,24,186); }

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