Html Css Color HEX #770B7D Purple

📋 copy color: '#770B7D'

red 119 ◦ green 11 ◦ blue 125

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

Shades of Purple #770B7D

Tints of Purple #770B7D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.31%

 BLUE value IS 125 (49.22% from 255) = 49.02%

R = 46.67%
G = 4.31%
B = 49.02%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#770B7D (or 0x770B7D) is known color: Purple. HEX triplet: 77, 0B and 7D. RGB value is (119,11,125). Sum of RGB (Red+Green+Blue) = 119+11+125=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 125 (49.22% from 255 or 49.02% from 255); Max value from RGB is 125 - color contains mainly: blue. Hex color #770B7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B7D is #88F482. Grayscale: #373737. Windows color (decimal): -8975491 or 8194935. OLE color: 8194935.

HSL color Cylindrical-coordinate representation of color #770B7D: hue angle of 296.84º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B7D is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 11 125 -
CMYK 0.05 0.91 0 0.51
HSL 296.84º 0.84% 0.27% -
HSV(B) 296.84º 0.91% 0.49% -
XYZ 11.43 5.64 19.89 -
YUV 56.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 119 11 125 0.05 0.91 0 0.51 296.84 0.84 0.27
Hex 77 B 7D 5 5B 0 33 129 54 1B
Octal 167 13 175 5 133 0 63 451 124 33
Binary 1110111 1011 1111101 101 1011011 0 110011 100101001 1010100 11011

Color Harmonies of #770B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770B7D

Black with #770B7D

Text Example


Text Example

White with #770B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,11,125); }

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

background-color css

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

 a { background-color: rgb(119,11,125); }

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

border-color css

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

 span { border-color: rgb(119,11,125); }

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