Html Css Color HEX #7518BF Purple Heart

📋 copy color: '#7518BF'

red 117 ◦ green 24 ◦ blue 191

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

Shades of Purple Heart #7518BF

Tints of Purple Heart #7518BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.53%

R = 35.24%
G = 7.23%
B = 57.53%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7518BF (or 0x7518BF) is known color: Purple Heart. HEX triplet: 75, 18 and BF. RGB value is (117,24,191). Sum of RGB (Red+Green+Blue) = 117+24+191=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #7518BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7518BF is #8AE740. Grayscale: #464646. Windows color (decimal): -9103169 or 12523637. OLE color: 12523637.

HSL color Cylindrical-coordinate representation of color #7518BF: hue angle of 273.41º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7518BF is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 24 191 -
CMYK 0.39 0.87 0 0.25
HSL 273.41º 0.78% 0.42% -
HSV(B) 273.41º 0.87% 0.75% -
XYZ 17.07 8.2 49.97 -
YUV 70.85 195.81 160.92 -
System Red Green Blue C M Y K H S L
Decimal 117 24 191 0.39 0.87 0 0.25 273.41 0.78 0.42
Hex 75 18 BF 27 57 0 19 111 4E 2A
Octal 165 30 277 47 127 0 31 421 116 52
Binary 1110101 11000 10111111 100111 1010111 0 11001 100010001 1001110 101010

Color Harmonies of #7518BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7518BF

Black with #7518BF

Text Example


Text Example

White with #7518BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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