Html Css Color HEX #851068 Dark Purple

📋 copy color: '#851068'

red 133 ◦ green 16 ◦ blue 104

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

Shades of Dark Purple #851068

Tints of Dark Purple #851068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.32%

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

R = 52.57%
G = 6.32%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#851068 (or 0x851068) is known color: Dark Purple. HEX triplet: 85, 10 and 68. RGB value is (133,16,104). Sum of RGB (Red+Green+Blue) = 133+16+104=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #851068 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851068 is #7AEF97. Grayscale: #3C3C3C. Windows color (decimal): -8056728 or 6819973. OLE color: 6819973.

HSL color Cylindrical-coordinate representation of color #851068: hue angle of 314.87º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851068 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 104 -
CMYK 0 0.88 0.22 0.48
HSL 314.87º 0.79% 0.29% -
HSV(B) 314.87º 0.88% 0.52% -
XYZ 12.36 6.36 13.67 -
YUV 61.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 133 16 104 0 0.88 0.22 0.48 314.87 0.79 0.29
Hex 85 10 68 0 58 16 30 13B 4F 1D
Octal 205 20 150 0 130 26 60 473 117 35
Binary 10000101 10000 1101000 0 1011000 10110 110000 100111011 1001111 11101

Color Harmonies of #851068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851068

Black with #851068

Text Example


Text Example

White with #851068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851068; }

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

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

background-color css

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

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

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

border-color css

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

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

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