Html Css Color HEX #770FAF Purple Heart

📋 copy color: '#770FAF'

red 119 ◦ green 15 ◦ blue 175

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

Shades of Purple Heart #770FAF

Tints of Purple Heart #770FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.63%

R = 38.51%
G = 4.85%
B = 56.63%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#770FAF (or 0x770FAF) is known color: Purple Heart. HEX triplet: 77, 0F and AF. RGB value is (119,15,175). Sum of RGB (Red+Green+Blue) = 119+15+175=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #770FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770FAF is #88F050. Grayscale: #3F3F3F. Windows color (decimal): -8974417 or 11472759. OLE color: 11472759.

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

Color convert

RGB 119 15 175 -
CMYK 0.32 0.91 0 0.31
HSL 279º 0.84% 0.37% -
HSV(B) 279º 0.91% 0.69% -
XYZ 15.52 7.36 41.16 -
YUV 64.34 190.46 166.99 -
System Red Green Blue C M Y K H S L
Decimal 119 15 175 0.32 0.91 0 0.31 279 0.84 0.37
Hex 77 F AF 20 5B 0 1F 117 54 25
Octal 167 17 257 40 133 0 37 427 124 45
Binary 1110111 1111 10101111 100000 1011011 0 11111 100010111 1010100 100101

Color Harmonies of #770FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FAF

Black with #770FAF

Text Example


Text Example

White with #770FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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