Html Css Color HEX #7610BF Purple Heart

📋 copy color: '#7610BF'

red 118 ◦ green 16 ◦ blue 191

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

Shades of Purple Heart #7610BF

Tints of Purple Heart #7610BF

RGB

 RED value IS 118 (46.48% from 255) = 36.31%

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

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

R = 36.31%
G = 4.92%
B = 58.77%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7610BF (or 0x7610BF) is known color: Purple Heart. HEX triplet: 76, 10 and BF. RGB value is (118,16,191). Sum of RGB (Red+Green+Blue) = 118+16+191=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #7610BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7610BF is #89EF40. Grayscale: #414141. Windows color (decimal): -9039681 or 12521590. OLE color: 12521590.

HSL color Cylindrical-coordinate representation of color #7610BF: hue angle of 274.97º 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 #7610BF is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 16 191 -
CMYK 0.38 0.92 0 0.25
HSL 274.97º 0.85% 0.41% -
HSV(B) 274.97º 0.92% 0.75% -
XYZ 17.06 7.98 49.93 -
YUV 66.45 198.29 164.77 -
System Red Green Blue C M Y K H S L
Decimal 118 16 191 0.38 0.92 0 0.25 274.97 0.85 0.41
Hex 76 10 BF 26 5C 0 19 113 55 29
Octal 166 20 277 46 134 0 31 423 125 51
Binary 1110110 10000 10111111 100110 1011100 0 11001 100010011 1010101 101001

Color Harmonies of #7610BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7610BF

Black with #7610BF

Text Example


Text Example

White with #7610BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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