Html Css Color HEX #77266E Dark Purple

📋 copy color: '#77266E'

red 119 ◦ green 38 ◦ blue 110

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

Shades of Dark Purple #77266E

Tints of Dark Purple #77266E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

 BLUE value IS 110 (43.36% from 255) = 41.2%

R = 44.57%
G = 14.23%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77266E (or 0x77266E) is known color: Dark Purple. HEX triplet: 77, 26 and 6E. RGB value is (119,38,110). Sum of RGB (Red+Green+Blue) = 119+38+110=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77266E is #88D991. Grayscale: #464646. Windows color (decimal): -8968594 or 7218807. OLE color: 7218807.

HSL color Cylindrical-coordinate representation of color #77266E: hue angle of 306.67º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77266E is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 38 110 -
CMYK 0 0.68 0.08 0.53
HSL 306.67º 0.52% 0.31% -
HSV(B) 306.67º 0.68% 0.47% -
XYZ 11.12 6.43 15.41 -
YUV 70.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 119 38 110 0 0.68 0.08 0.53 306.67 0.52 0.31
Hex 77 26 6E 0 44 8 35 133 34 1F
Octal 167 46 156 0 104 10 65 463 64 37
Binary 1110111 100110 1101110 0 1000100 1000 110101 100110011 110100 11111

Color Harmonies of #77266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77266E

Black with #77266E

Text Example


Text Example

White with #77266E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77266E; }

 p { color: rgb(119,38,110); }

 H1.HeaderClassName
 {
   color: #77266E;
 }
 .AnyTagClassName
 {
   color: #77266E;
 }
</style>

background-color css

<style>
 a { background-color: #77266E; }

 a { background-color: rgb(119,38,110); }

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

border-color css

<style>
 span { border-color: #77266E; }

 span { border-color: rgb(119,38,110); }

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