Html Css Color HEX #7510BD Purple Heart

📋 copy color: '#7510BD'

red 117 ◦ green 16 ◦ blue 189

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

Shades of Purple Heart #7510BD

Tints of Purple Heart #7510BD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.97%

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

R = 36.34%
G = 4.97%
B = 58.7%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7510BD (or 0x7510BD) is known color: Purple Heart. HEX triplet: 75, 10 and BD. RGB value is (117,16,189). Sum of RGB (Red+Green+Blue) = 117+16+189=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #7510BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7510BD is #8AEF42. Grayscale: #414141. Windows color (decimal): -9105219 or 12390517. OLE color: 12390517.

HSL color Cylindrical-coordinate representation of color #7510BD: hue angle of 275.03º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7510BD is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 16 189 -
CMYK 0.38 0.92 0 0.26
HSL 275.03º 0.84% 0.4% -
HSV(B) 275.03º 0.92% 0.74% -
XYZ 16.71 7.83 48.77 -
YUV 65.92 197.46 164.43 -
System Red Green Blue C M Y K H S L
Decimal 117 16 189 0.38 0.92 0 0.26 275.03 0.84 0.4
Hex 75 10 BD 26 5C 0 1A 113 54 28
Octal 165 20 275 46 134 0 32 423 124 50
Binary 1110101 10000 10111101 100110 1011100 0 11010 100010011 1010100 101000

Color Harmonies of #7510BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7510BD

Black with #7510BD

Text Example


Text Example

White with #7510BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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