Html Css Color HEX #7610BA Purple Heart

📋 copy color: '#7610BA'

red 118 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #7610BA

Tints of Purple Heart #7610BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 36.88%
G = 5%
B = 58.13%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7610BA (or 0x7610BA) is known color: Purple Heart. HEX triplet: 76, 10 and BA. RGB value is (118,16,186). Sum of RGB (Red+Green+Blue) = 118+16+186=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #7610BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7610BA is #89EF45. Grayscale: #414141. Windows color (decimal): -9039686 or 12193910. OLE color: 12193910.

HSL color Cylindrical-coordinate representation of color #7610BA: hue angle of 276º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7610BA is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 16 186 -
CMYK 0.37 0.91 0 0.27
HSL 276º 0.84% 0.4% -
HSV(B) 276º 0.91% 0.73% -
XYZ 16.52 7.77 47.08 -
YUV 65.88 195.79 165.18 -
System Red Green Blue C M Y K H S L
Decimal 118 16 186 0.37 0.91 0 0.27 276 0.84 0.4
Hex 76 10 BA 25 5B 0 1B 114 54 28
Octal 166 20 272 45 133 0 33 424 124 50
Binary 1110110 10000 10111010 100101 1011011 0 11011 100010100 1010100 101000

Color Harmonies of #7610BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7610BA

Black with #7610BA

Text Example


Text Example

White with #7610BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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