Html Css Color HEX #770CAD Purple Heart

📋 copy color: '#770CAD'

red 119 ◦ green 12 ◦ blue 173

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

Shades of Purple Heart #770CAD

Tints of Purple Heart #770CAD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.95%

 BLUE value IS 173 (67.97% from 255) = 56.91%

R = 39.14%
G = 3.95%
B = 56.91%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#770CAD (or 0x770CAD) is known color: Purple Heart. HEX triplet: 77, 0C and AD. RGB value is (119,12,173). Sum of RGB (Red+Green+Blue) = 119+12+173=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #770CAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770CAD is #88F352. Grayscale: #3D3D3D. Windows color (decimal): -8975187 or 11340919. OLE color: 11340919.

HSL color Cylindrical-coordinate representation of color #770CAD: hue angle of 279.88º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #770CAD is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 12 173 -
CMYK 0.31 0.93 0 0.32
HSL 279.88º 0.87% 0.36% -
HSV(B) 279.88º 0.93% 0.68% -
XYZ 15.28 7.2 40.12 -
YUV 62.35 190.45 168.41 -
System Red Green Blue C M Y K H S L
Decimal 119 12 173 0.31 0.93 0 0.32 279.88 0.87 0.36
Hex 77 C AD 1F 5D 0 20 118 57 24
Octal 167 14 255 37 135 0 40 430 127 44
Binary 1110111 1100 10101101 11111 1011101 0 100000 100011000 1010111 100100

Color Harmonies of #770CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770CAD

Black with #770CAD

Text Example


Text Example

White with #770CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,12,173); }

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

background-color css

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

 a { background-color: rgb(119,12,173); }

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

border-color css

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

 span { border-color: rgb(119,12,173); }

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