Html Css Color HEX #770FBC Purple Heart

📋 copy color: '#770FBC'

red 119 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #770FBC

Tints of Purple Heart #770FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.66%

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

R = 36.96%
G = 4.66%
B = 58.39%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#770FBC (or 0x770FBC) is known color: Purple Heart. HEX triplet: 77, 0F and BC. RGB value is (119,15,188). Sum of RGB (Red+Green+Blue) = 119+15+188=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #770FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #770FBC is #88F043. Grayscale: #414141. Windows color (decimal): -8974404 or 12324727. OLE color: 12324727.

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

Color convert

RGB 119 15 188 -
CMYK 0.37 0.92 0 0.26
HSL 276.07º 0.85% 0.4% -
HSV(B) 276.07º 0.92% 0.74% -
XYZ 16.86 7.89 48.21 -
YUV 65.82 196.96 165.93 -
System Red Green Blue C M Y K H S L
Decimal 119 15 188 0.37 0.92 0 0.26 276.07 0.85 0.4
Hex 77 F BC 25 5C 0 1A 114 55 28
Octal 167 17 274 45 134 0 32 424 125 50
Binary 1110111 1111 10111100 100101 1011100 0 11010 100010100 1010101 101000

Color Harmonies of #770FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FBC

Black with #770FBC

Text Example


Text Example

White with #770FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770FBC; }

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

 H1.HeaderClassName
 {
   color: #770FBC;
 }
 .AnyTagClassName
 {
   color: #770FBC;
 }
</style>

background-color css

<style>
 a { background-color: #770FBC; }

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

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

border-color css

<style>
 span { border-color: #770FBC; }

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

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