Html Css Color HEX #77217B Dark Purple

📋 copy color: '#77217B'

red 119 ◦ green 33 ◦ blue 123

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

Shades of Dark Purple #77217B

Tints of Dark Purple #77217B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

 BLUE value IS 123 (48.44% from 255) = 44.73%

R = 43.27%
G = 12%
B = 44.73%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77217B (or 0x77217B) is known color: Dark Purple. HEX triplet: 77, 21 and 7B. RGB value is (119,33,123). Sum of RGB (Red+Green+Blue) = 119+33+123=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #77217B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77217B is #88DE84. Grayscale: #444444. Windows color (decimal): -8969861 or 8069495. OLE color: 8069495.

HSL color Cylindrical-coordinate representation of color #77217B: hue angle of 297.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77217B is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 33 123 -
CMYK 0.03 0.73 0 0.52
HSL 297.33º 0.58% 0.31% -
HSV(B) 297.33º 0.73% 0.48% -
XYZ 11.73 6.44 19.36 -
YUV 68.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 119 33 123 0.03 0.73 0 0.52 297.33 0.58 0.31
Hex 77 21 7B 3 49 0 34 129 3A 1F
Octal 167 41 173 3 111 0 64 451 72 37
Binary 1110111 100001 1111011 11 1001001 0 110100 100101001 111010 11111

Color Harmonies of #77217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77217B

Black with #77217B

Text Example


Text Example

White with #77217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77217B; }

 p { color: rgb(119,33,123); }

 H1.HeaderClassName
 {
   color: #77217B;
 }
 .AnyTagClassName
 {
   color: #77217B;
 }
</style>

background-color css

<style>
 a { background-color: #77217B; }

 a { background-color: rgb(119,33,123); }

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

border-color css

<style>
 span { border-color: #77217B; }

 span { border-color: rgb(119,33,123); }

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