Html Css Color HEX #770FAC Purple Heart

📋 copy color: '#770FAC'

red 119 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #770FAC

Tints of Purple Heart #770FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 38.89%
G = 4.9%
B = 56.21%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#770FAC (or 0x770FAC) is known color: Purple Heart. HEX triplet: 77, 0F and AC. RGB value is (119,15,172). Sum of RGB (Red+Green+Blue) = 119+15+172=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #770FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770FAC is #88F053. Grayscale: #3F3F3F. Windows color (decimal): -8974420 or 11276151. OLE color: 11276151.

HSL color Cylindrical-coordinate representation of color #770FAC: hue angle of 279.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770FAC is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 15 172 -
CMYK 0.31 0.91 0 0.33
HSL 279.75º 0.84% 0.37% -
HSV(B) 279.75º 0.91% 0.67% -
XYZ 15.22 7.24 39.63 -
YUV 63.99 188.96 167.23 -
System Red Green Blue C M Y K H S L
Decimal 119 15 172 0.31 0.91 0 0.33 279.75 0.84 0.37
Hex 77 F AC 1F 5B 0 21 118 54 25
Octal 167 17 254 37 133 0 41 430 124 45
Binary 1110111 1111 10101100 11111 1011011 0 100001 100011000 1010100 100101

Color Harmonies of #770FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FAC

Black with #770FAC

Text Example


Text Example

White with #770FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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