Html Css Color HEX #7710BA Purple Heart

📋 copy color: '#7710BA'

red 119 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #7710BA

Tints of Purple Heart #7710BA

RGB

 RED value IS 119 (46.88% from 255) = 37.07%

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

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

R = 37.07%
G = 4.98%
B = 57.94%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7710BA (or 0x7710BA) is known color: Purple Heart. HEX triplet: 77, 10 and BA. RGB value is (119,16,186). Sum of RGB (Red+Green+Blue) = 119+16+186=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #7710BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7710BA is #88EF45. Grayscale: #414141. Windows color (decimal): -8974150 or 12193911. OLE color: 12193911.

HSL color Cylindrical-coordinate representation of color #7710BA: hue angle of 276.35º 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 #7710BA is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 16 186 -
CMYK 0.36 0.91 0 0.27
HSL 276.35º 0.84% 0.4% -
HSV(B) 276.35º 0.91% 0.73% -
XYZ 16.66 7.84 47.09 -
YUV 66.18 195.62 165.68 -
System Red Green Blue C M Y K H S L
Decimal 119 16 186 0.36 0.91 0 0.27 276.35 0.84 0.4
Hex 77 10 BA 24 5B 0 1B 114 54 28
Octal 167 20 272 44 133 0 33 424 124 50
Binary 1110111 10000 10111010 100100 1011011 0 11011 100010100 1010100 101000

Color Harmonies of #7710BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7710BA

Black with #7710BA

Text Example


Text Example

White with #7710BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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