Html Css Color HEX #851D65 Dark Purple

📋 copy color: '#851D65'

red 133 ◦ green 29 ◦ blue 101

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

Shades of Dark Purple #851D65

Tints of Dark Purple #851D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.4%

R = 50.57%
G = 11.03%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#851D65 (or 0x851D65) is known color: Dark Purple. HEX triplet: 85, 1D and 65. RGB value is (133,29,101). Sum of RGB (Red+Green+Blue) = 133+29+101=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #851D65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851D65 is #7AE29A. Grayscale: #444444. Windows color (decimal): -8053403 or 6626693. OLE color: 6626693.

HSL color Cylindrical-coordinate representation of color #851D65: hue angle of 318.46º 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 #851D65 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 29 101 -
CMYK 0 0.78 0.24 0.48
HSL 318.46º 0.64% 0.32% -
HSV(B) 318.46º 0.78% 0.52% -
XYZ 12.46 6.8 12.97 -
YUV 68.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 133 29 101 0 0.78 0.24 0.48 318.46 0.64 0.32
Hex 85 1D 65 0 4E 18 30 13E 40 20
Octal 205 35 145 0 116 30 60 476 100 40
Binary 10000101 11101 1100101 0 1001110 11000 110000 100111110 1000000 100000

Color Harmonies of #851D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D65

Black with #851D65

Text Example


Text Example

White with #851D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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