Html Css Color HEX #851C6B Dark Purple

📋 copy color: '#851C6B'

red 133 ◦ green 28 ◦ blue 107

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

Shades of Dark Purple #851C6B

Tints of Dark Purple #851C6B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.45%

 BLUE value IS 107 (42.19% from 255) = 39.93%

R = 49.63%
G = 10.45%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#851C6B (or 0x851C6B) is known color: Dark Purple. HEX triplet: 85, 1C and 6B. RGB value is (133,28,107). Sum of RGB (Red+Green+Blue) = 133+28+107=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #851C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851C6B is #7AE394. Grayscale: #444444. Windows color (decimal): -8053653 or 7019653. OLE color: 7019653.

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

Color convert

RGB 133 28 107 -
CMYK 0 0.79 0.20 0.48
HSL 314.86º 0.65% 0.32% -
HSV(B) 314.86º 0.79% 0.52% -
XYZ 12.74 6.88 14.57 -
YUV 68.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 133 28 107 0 0.79 0.20 0.48 314.86 0.65 0.32
Hex 85 1C 6B 0 4F 14 30 13B 41 20
Octal 205 34 153 0 117 24 60 473 101 40
Binary 10000101 11100 1101011 0 1001111 10100 110000 100111011 1000001 100000

Color Harmonies of #851C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C6B

Black with #851C6B

Text Example


Text Example

White with #851C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,28,107); }

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

background-color css

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

 a { background-color: rgb(133,28,107); }

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

border-color css

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

 span { border-color: rgb(133,28,107); }

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