Html Css Color HEX #851067 Dark Purple

📋 copy color: '#851067'

red 133 ◦ green 16 ◦ blue 103

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

Shades of Dark Purple #851067

Tints of Dark Purple #851067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.87%

R = 52.78%
G = 6.35%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#851067 (or 0x851067) is known color: Dark Purple. HEX triplet: 85, 10 and 67. RGB value is (133,16,103). Sum of RGB (Red+Green+Blue) = 133+16+103=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #851067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851067 is #7AEF98. Grayscale: #3C3C3C. Windows color (decimal): -8056729 or 6754437. OLE color: 6754437.

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

Color convert

RGB 133 16 103 -
CMYK 0 0.88 0.23 0.48
HSL 315.38º 0.79% 0.29% -
HSV(B) 315.38º 0.88% 0.52% -
XYZ 12.31 6.34 13.41 -
YUV 60.9 151.76 179.43 -
System Red Green Blue C M Y K H S L
Decimal 133 16 103 0 0.88 0.23 0.48 315.38 0.79 0.29
Hex 85 10 67 0 58 17 30 13B 4F 1D
Octal 205 20 147 0 130 27 60 473 117 35
Binary 10000101 10000 1100111 0 1011000 10111 110000 100111011 1001111 11101

Color Harmonies of #851067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851067

Black with #851067

Text Example


Text Example

White with #851067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851067; }

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

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

background-color css

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

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

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

border-color css

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

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

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