Html Css Color HEX #7516BE Purple Heart

📋 copy color: '#7516BE'

red 117 ◦ green 22 ◦ blue 190

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

Shades of Purple Heart #7516BE

Tints of Purple Heart #7516BE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.69%

 BLUE value IS 190 (74.61% from 255) = 57.75%

R = 35.56%
G = 6.69%
B = 57.75%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7516BE (or 0x7516BE) is known color: Purple Heart. HEX triplet: 75, 16 and BE. RGB value is (117,22,190). Sum of RGB (Red+Green+Blue) = 117+22+190=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #7516BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7516BE is #8AE941. Grayscale: #444444. Windows color (decimal): -9103682 or 12457589. OLE color: 12457589.

HSL color Cylindrical-coordinate representation of color #7516BE: hue angle of 273.93º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7516BE is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 22 190 -
CMYK 0.38 0.88 0 0.25
HSL 273.93º 0.79% 0.42% -
HSV(B) 273.93º 0.88% 0.75% -
XYZ 16.92 8.07 49.38 -
YUV 69.56 195.97 161.84 -
System Red Green Blue C M Y K H S L
Decimal 117 22 190 0.38 0.88 0 0.25 273.93 0.79 0.42
Hex 75 16 BE 26 58 0 19 112 4F 2A
Octal 165 26 276 46 130 0 31 422 117 52
Binary 1110101 10110 10111110 100110 1011000 0 11001 100010010 1001111 101010

Color Harmonies of #7516BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7516BE

Black with #7516BE

Text Example


Text Example

White with #7516BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7516BE; }

 p { color: rgb(117,22,190); }

 H1.HeaderClassName
 {
   color: #7516BE;
 }
 .AnyTagClassName
 {
   color: #7516BE;
 }
</style>

background-color css

<style>
 a { background-color: #7516BE; }

 a { background-color: rgb(117,22,190); }

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

border-color css

<style>
 span { border-color: #7516BE; }

 span { border-color: rgb(117,22,190); }

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