Html Css Color HEX #770C7D Purple

📋 copy color: '#770C7D'

red 119 ◦ green 12 ◦ blue 125

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

Shades of Purple #770C7D

Tints of Purple #770C7D

RGB

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

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

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

R = 46.48%
G = 4.69%
B = 48.83%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#770C7D (or 0x770C7D) is known color: Purple. HEX triplet: 77, 0C and 7D. RGB value is (119,12,125). Sum of RGB (Red+Green+Blue) = 119+12+125=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #770C7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770C7D is #88F382. Grayscale: #383838. Windows color (decimal): -8975235 or 8195191. OLE color: 8195191.

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

Color convert

RGB 119 12 125 -
CMYK 0.05 0.90 0 0.51
HSL 296.81º 0.82% 0.27% -
HSV(B) 296.81º 0.9% 0.49% -
XYZ 11.44 5.67 19.89 -
YUV 56.88 166.45 172.31 -
System Red Green Blue C M Y K H S L
Decimal 119 12 125 0.05 0.90 0 0.51 296.81 0.82 0.27
Hex 77 C 7D 5 5A 0 33 129 52 1B
Octal 167 14 175 5 132 0 63 451 122 33
Binary 1110111 1100 1111101 101 1011010 0 110011 100101001 1010010 11011

Color Harmonies of #770C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770C7D

Black with #770C7D

Text Example


Text Example

White with #770C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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