Html Css Color HEX #7510BF Purple Heart

📋 copy color: '#7510BF'

red 117 ◦ green 16 ◦ blue 191

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

Shades of Purple Heart #7510BF

Tints of Purple Heart #7510BF

RGB

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

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

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

R = 36.11%
G = 4.94%
B = 58.95%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7510BF (or 0x7510BF) is known color: Purple Heart. HEX triplet: 75, 10 and BF. RGB value is (117,16,191). Sum of RGB (Red+Green+Blue) = 117+16+191=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #7510BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7510BF is #8AEF40. Grayscale: #414141. Windows color (decimal): -9105217 or 12521589. OLE color: 12521589.

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

Color convert

RGB 117 16 191 -
CMYK 0.39 0.92 0 0.25
HSL 274.63º 0.85% 0.41% -
HSV(B) 274.63º 0.92% 0.75% -
XYZ 16.93 7.91 49.93 -
YUV 66.15 198.46 164.27 -
System Red Green Blue C M Y K H S L
Decimal 117 16 191 0.39 0.92 0 0.25 274.63 0.85 0.41
Hex 75 10 BF 27 5C 0 19 113 55 29
Octal 165 20 277 47 134 0 31 423 125 51
Binary 1110101 10000 10111111 100111 1011100 0 11001 100010011 1010101 101001

Color Harmonies of #7510BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7510BF

Black with #7510BF

Text Example


Text Example

White with #7510BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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