Html Css Color HEX #770DAC Purple Heart

📋 copy color: '#770DAC'

red 119 ◦ green 13 ◦ blue 172

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

Shades of Purple Heart #770DAC

Tints of Purple Heart #770DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.28%

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

R = 39.14%
G = 4.28%
B = 56.58%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#770DAC (or 0x770DAC) is known color: Purple Heart. HEX triplet: 77, 0D and AC. RGB value is (119,13,172). Sum of RGB (Red+Green+Blue) = 119+13+172=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #770DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770DAC is #88F253. Grayscale: #3E3E3E. Windows color (decimal): -8974932 or 11275639. OLE color: 11275639.

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

Color convert

RGB 119 13 172 -
CMYK 0.31 0.92 0 0.33
HSL 280º 0.86% 0.36% -
HSV(B) 280º 0.92% 0.67% -
XYZ 15.2 7.19 39.62 -
YUV 62.82 189.62 168.07 -
System Red Green Blue C M Y K H S L
Decimal 119 13 172 0.31 0.92 0 0.33 280 0.86 0.36
Hex 77 D AC 1F 5C 0 21 118 56 24
Octal 167 15 254 37 134 0 41 430 126 44
Binary 1110111 1101 10101100 11111 1011100 0 100001 100011000 1010110 100100

Color Harmonies of #770DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770DAC

Black with #770DAC

Text Example


Text Example

White with #770DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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