Html Css Color HEX #851368 Dark Purple

📋 copy color: '#851368'

red 133 ◦ green 19 ◦ blue 104

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

Shades of Dark Purple #851368

Tints of Dark Purple #851368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 51.95%
G = 7.42%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#851368 (or 0x851368) is known color: Dark Purple. HEX triplet: 85, 13 and 68. RGB value is (133,19,104). Sum of RGB (Red+Green+Blue) = 133+19+104=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #851368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851368 is #7AEC97. Grayscale: #3E3E3E. Windows color (decimal): -8055960 or 6820741. OLE color: 6820741.

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

Color convert

RGB 133 19 104 -
CMYK 0 0.86 0.22 0.48
HSL 315.26º 0.75% 0.3% -
HSV(B) 315.26º 0.86% 0.52% -
XYZ 12.4 6.45 13.69 -
YUV 62.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 133 19 104 0 0.86 0.22 0.48 315.26 0.75 0.3
Hex 85 13 68 0 56 16 30 13B 4B 1E
Octal 205 23 150 0 126 26 60 473 113 36
Binary 10000101 10011 1101000 0 1010110 10110 110000 100111011 1001011 11110

Color Harmonies of #851368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851368

Black with #851368

Text Example


Text Example

White with #851368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851368; }

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

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

background-color css

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

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

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

border-color css

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

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

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