Html Css Color HEX #851F64 Dark Purple

📋 copy color: '#851F64'

red 133 ◦ green 31 ◦ blue 100

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

Shades of Dark Purple #851F64

Tints of Dark Purple #851F64

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.74%

 BLUE value IS 100 (39.45% from 255) = 37.88%

R = 50.38%
G = 11.74%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#851F64 (or 0x851F64) is known color: Dark Purple. HEX triplet: 85, 1F and 64. RGB value is (133,31,100). Sum of RGB (Red+Green+Blue) = 133+31+100=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #851F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851F64 is #7AE09B. Grayscale: #454545. Windows color (decimal): -8052892 or 6561669. OLE color: 6561669.

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

Color convert

RGB 133 31 100 -
CMYK 0 0.77 0.25 0.48
HSL 319.41º 0.62% 0.32% -
HSV(B) 319.41º 0.77% 0.52% -
XYZ 12.46 6.89 12.73 -
YUV 69.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 133 31 100 0 0.77 0.25 0.48 319.41 0.62 0.32
Hex 85 1F 64 0 4D 19 30 13F 3E 20
Octal 205 37 144 0 115 31 60 477 76 40
Binary 10000101 11111 1100100 0 1001101 11001 110000 100111111 111110 100000

Color Harmonies of #851F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F64

Black with #851F64

Text Example


Text Example

White with #851F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,31,100); }

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

background-color css

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

 a { background-color: rgb(133,31,100); }

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

border-color css

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

 span { border-color: rgb(133,31,100); }

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