Html Css Color HEX #851277 Dark Purple

📋 copy color: '#851277'

red 133 ◦ green 18 ◦ blue 119

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

Shades of Dark Purple #851277

Tints of Dark Purple #851277

RGB

 RED value IS 133 (52.34% from 255) = 49.26%

 GREEN value IS 18 (7.42% from 255) = 6.67%

 BLUE value IS 119 (46.88% from 255) = 44.07%

R = 49.26%
G = 6.67%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#851277 (or 0x851277) is known color: Dark Purple. HEX triplet: 85, 12 and 77. RGB value is (133,18,119). Sum of RGB (Red+Green+Blue) = 133+18+119=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #851277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851277 is #7AED88. Grayscale: #3F3F3F. Windows color (decimal): -8056201 or 7803525. OLE color: 7803525.

HSL color Cylindrical-coordinate representation of color #851277: hue angle of 307.3º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851277 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 119 -
CMYK 0 0.86 0.11 0.48
HSL 307.3º 0.76% 0.3% -
HSV(B) 307.3º 0.86% 0.52% -
XYZ 13.22 6.75 18.06 -
YUV 63.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 133 18 119 0 0.86 0.11 0.48 307.3 0.76 0.3
Hex 85 12 77 0 56 B 30 133 4C 1E
Octal 205 22 167 0 126 13 60 463 114 36
Binary 10000101 10010 1110111 0 1010110 1011 110000 100110011 1001100 11110

Color Harmonies of #851277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851277

Black with #851277

Text Example


Text Example

White with #851277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851277; }

 p { color: rgb(133,18,119); }

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

background-color css

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

 a { background-color: rgb(133,18,119); }

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

border-color css

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

 span { border-color: rgb(133,18,119); }

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