Html Css Color HEX #7710BC Purple Heart

📋 copy color: '#7710BC'

red 119 ◦ green 16 ◦ blue 188

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

Shades of Purple Heart #7710BC

Tints of Purple Heart #7710BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.2%

R = 36.84%
G = 4.95%
B = 58.2%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7710BC (or 0x7710BC) is known color: Purple Heart. HEX triplet: 77, 10 and BC. RGB value is (119,16,188). Sum of RGB (Red+Green+Blue) = 119+16+188=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #7710BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7710BC is #88EF43. Grayscale: #414141. Windows color (decimal): -8974148 or 12324983. OLE color: 12324983.

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

Color convert

RGB 119 16 188 -
CMYK 0.37 0.91 0 0.26
HSL 275.93º 0.84% 0.4% -
HSV(B) 275.93º 0.91% 0.74% -
XYZ 16.87 7.92 48.22 -
YUV 66.41 196.62 165.51 -
System Red Green Blue C M Y K H S L
Decimal 119 16 188 0.37 0.91 0 0.26 275.93 0.84 0.4
Hex 77 10 BC 25 5B 0 1A 114 54 28
Octal 167 20 274 45 133 0 32 424 124 50
Binary 1110111 10000 10111100 100101 1011011 0 11010 100010100 1010100 101000

Color Harmonies of #7710BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7710BC

Black with #7710BC

Text Example


Text Example

White with #7710BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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