Html Css Color HEX #7513BE Purple Heart

📋 copy color: '#7513BE'

red 117 ◦ green 19 ◦ blue 190

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

Shades of Purple Heart #7513BE

Tints of Purple Heart #7513BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

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

R = 35.89%
G = 5.83%
B = 58.28%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7513BE (or 0x7513BE) is known color: Purple Heart. HEX triplet: 75, 13 and BE. RGB value is (117,19,190). Sum of RGB (Red+Green+Blue) = 117+19+190=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 190 (74.61% from 255 or 58.28% from 326); Max value from RGB is 190 - color contains mainly: blue. Hex color #7513BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7513BE is #8AEC41. Grayscale: #434343. Windows color (decimal): -9104450 or 12456821. OLE color: 12456821.

HSL color Cylindrical-coordinate representation of color #7513BE: hue angle of 274.39º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7513BE is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 19 190 -
CMYK 0.38 0.90 0 0.25
HSL 274.39º 0.82% 0.41% -
HSV(B) 274.39º 0.9% 0.75% -
XYZ 16.86 7.97 49.36 -
YUV 67.8 196.97 163.1 -
System Red Green Blue C M Y K H S L
Decimal 117 19 190 0.38 0.90 0 0.25 274.39 0.82 0.41
Hex 75 13 BE 26 5A 0 19 112 52 29
Octal 165 23 276 46 132 0 31 422 122 51
Binary 1110101 10011 10111110 100110 1011010 0 11001 100010010 1010010 101001

Color Harmonies of #7513BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7513BE

Black with #7513BE

Text Example


Text Example

White with #7513BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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