Html Css Color HEX #77067D Purple

📋 copy color: '#77067D'

red 119 ◦ green 6 ◦ blue 125

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

Shades of Purple #77067D

Tints of Purple #77067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

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

R = 47.6%
G = 2.4%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77067D (or 0x77067D) is known color: Purple. HEX triplet: 77, 06 and 7D. RGB value is (119,6,125). Sum of RGB (Red+Green+Blue) = 119+6+125=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #77067D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #77067D is #88F982. Grayscale: #343434. Windows color (decimal): -8976771 or 8193655. OLE color: 8193655.

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

Color convert

RGB 119 6 125 -
CMYK 0.05 0.95 0 0.51
HSL 296.97º 0.91% 0.26% -
HSV(B) 296.97º 0.95% 0.49% -
XYZ 11.37 5.53 19.87 -
YUV 53.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 119 6 125 0.05 0.95 0 0.51 296.97 0.91 0.26
Hex 77 6 7D 5 5F 0 33 129 5B 1A
Octal 167 6 175 5 137 0 63 451 133 32
Binary 1110111 110 1111101 101 1011111 0 110011 100101001 1011011 11010

Color Harmonies of #77067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77067D

Black with #77067D

Text Example


Text Example

White with #77067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77067D; }

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

 H1.HeaderClassName
 {
   color: #77067D;
 }
 .AnyTagClassName
 {
   color: #77067D;
 }
</style>

background-color css

<style>
 a { background-color: #77067D; }

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

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

border-color css

<style>
 span { border-color: #77067D; }

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

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