Html Css Color HEX #770FAB Purple Heart

📋 copy color: '#770FAB'

red 119 ◦ green 15 ◦ blue 171

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

Shades of Purple Heart #770FAB

Tints of Purple Heart #770FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 39.02%
G = 4.92%
B = 56.07%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#770FAB (or 0x770FAB) is known color: Purple Heart. HEX triplet: 77, 0F and AB. RGB value is (119,15,171). Sum of RGB (Red+Green+Blue) = 119+15+171=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #770FAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770FAB is #88F054. Grayscale: #3F3F3F. Windows color (decimal): -8974421 or 11210615. OLE color: 11210615.

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

Color convert

RGB 119 15 171 -
CMYK 0.30 0.91 0 0.33
HSL 280º 0.84% 0.36% -
HSV(B) 280º 0.91% 0.67% -
XYZ 15.13 7.2 39.12 -
YUV 63.88 188.46 167.32 -
System Red Green Blue C M Y K H S L
Decimal 119 15 171 0.30 0.91 0 0.33 280 0.84 0.36
Hex 77 F AB 1E 5B 0 21 118 54 24
Octal 167 17 253 36 133 0 41 430 124 44
Binary 1110111 1111 10101011 11110 1011011 0 100001 100011000 1010100 100100

Color Harmonies of #770FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FAB

Black with #770FAB

Text Example


Text Example

White with #770FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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