Html Css Color HEX #851D6B Dark Purple

📋 copy color: '#851D6B'

red 133 ◦ green 29 ◦ blue 107

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

Shades of Dark Purple #851D6B

Tints of Dark Purple #851D6B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.78%

 BLUE value IS 107 (42.19% from 255) = 39.78%

R = 49.44%
G = 10.78%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#851D6B (or 0x851D6B) is known color: Dark Purple. HEX triplet: 85, 1D and 6B. RGB value is (133,29,107). Sum of RGB (Red+Green+Blue) = 133+29+107=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #851D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D6B is #7AE294. Grayscale: #444444. Windows color (decimal): -8053397 or 7019909. OLE color: 7019909.

HSL color Cylindrical-coordinate representation of color #851D6B: hue angle of 315º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D6B is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 29 107 -
CMYK 0 0.78 0.20 0.48
HSL 315º 0.64% 0.32% -
HSV(B) 315º 0.78% 0.52% -
XYZ 12.77 6.93 14.57 -
YUV 68.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 133 29 107 0 0.78 0.20 0.48 315 0.64 0.32
Hex 85 1D 6B 0 4E 14 30 13B 40 20
Octal 205 35 153 0 116 24 60 473 100 40
Binary 10000101 11101 1101011 0 1001110 10100 110000 100111011 1000000 100000

Color Harmonies of #851D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D6B

Black with #851D6B

Text Example


Text Example

White with #851D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851D6B; }

 p { color: rgb(133,29,107); }

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

background-color css

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

 a { background-color: rgb(133,29,107); }

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

border-color css

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

 span { border-color: rgb(133,29,107); }

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