Html Css Color HEX #851364 Dark Purple

📋 copy color: '#851364'

red 133 ◦ green 19 ◦ blue 100

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

Shades of Dark Purple #851364

Tints of Dark Purple #851364

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

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

R = 52.78%
G = 7.54%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#851364 (or 0x851364) is known color: Dark Purple. HEX triplet: 85, 13 and 64. RGB value is (133,19,100). Sum of RGB (Red+Green+Blue) = 133+19+100=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #851364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851364 is #7AEC9B. Grayscale: #3E3E3E. Windows color (decimal): -8055964 or 6558597. OLE color: 6558597.

HSL color Cylindrical-coordinate representation of color #851364: hue angle of 317.37º degrees, saturation: 0.75, 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 #851364 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 100 -
CMYK 0 0.86 0.25 0.48
HSL 317.37º 0.75% 0.3% -
HSV(B) 317.37º 0.86% 0.52% -
XYZ 12.21 6.37 12.64 -
YUV 62.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 133 19 100 0 0.86 0.25 0.48 317.37 0.75 0.3
Hex 85 13 64 0 56 19 30 13D 4B 1E
Octal 205 23 144 0 126 31 60 475 113 36
Binary 10000101 10011 1100100 0 1010110 11001 110000 100111101 1001011 11110

Color Harmonies of #851364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851364

Black with #851364

Text Example


Text Example

White with #851364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851364; }

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

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

background-color css

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

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

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

border-color css

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

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

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