Html Css Color HEX #7513BD Purple Heart

📋 copy color: '#7513BD'

red 117 ◦ green 19 ◦ blue 189

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

Shades of Purple Heart #7513BD

Tints of Purple Heart #7513BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.15%

R = 36%
G = 5.85%
B = 58.15%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7513BD (or 0x7513BD) is known color: Purple Heart. HEX triplet: 75, 13 and BD. RGB value is (117,19,189). Sum of RGB (Red+Green+Blue) = 117+19+189=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #7513BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7513BD is #8AEC42. Grayscale: #434343. Windows color (decimal): -9104451 or 12391285. OLE color: 12391285.

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

Color convert

RGB 117 19 189 -
CMYK 0.38 0.90 0 0.26
HSL 274.59º 0.82% 0.41% -
HSV(B) 274.59º 0.9% 0.74% -
XYZ 16.75 7.92 48.79 -
YUV 67.68 196.47 163.18 -
System Red Green Blue C M Y K H S L
Decimal 117 19 189 0.38 0.90 0 0.26 274.59 0.82 0.41
Hex 75 13 BD 26 5A 0 1A 113 52 29
Octal 165 23 275 46 132 0 32 423 122 51
Binary 1110101 10011 10111101 100110 1011010 0 11010 100010011 1010010 101001

Color Harmonies of #7513BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7513BD

Black with #7513BD

Text Example


Text Example

White with #7513BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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