Html Css Color HEX #810F6B Dark Purple

📋 copy color: '#810F6B'

red 129 ◦ green 15 ◦ blue 107

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

Shades of Dark Purple #810F6B

Tints of Dark Purple #810F6B

RGB

 RED value IS 129 (50.78% from 255) = 51.39%

 GREEN value IS 15 (6.25% from 255) = 5.98%

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

R = 51.39%
G = 5.98%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#810F6B (or 0x810F6B) is known color: Dark Purple. HEX triplet: 81, 0F and 6B. RGB value is (129,15,107). Sum of RGB (Red+Green+Blue) = 129+15+107=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #810F6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810F6B is #7EF094. Grayscale: #3B3B3B. Windows color (decimal): -8319125 or 7016321. OLE color: 7016321.

HSL color Cylindrical-coordinate representation of color #810F6B: hue angle of 311.58º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #810F6B is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 15 107 -
CMYK 0 0.88 0.17 0.49
HSL 311.58º 0.79% 0.28% -
HSV(B) 311.58º 0.88% 0.51% -
XYZ 11.88 6.07 14.46 -
YUV 59.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 129 15 107 0 0.88 0.17 0.49 311.58 0.79 0.28
Hex 81 F 6B 0 58 11 31 138 4F 1C
Octal 201 17 153 0 130 21 61 470 117 34
Binary 10000001 1111 1101011 0 1011000 10001 110001 100111000 1001111 11100

Color Harmonies of #810F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810F6B

Black with #810F6B

Text Example


Text Example

White with #810F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810F6B; }

 p { color: rgb(129,15,107); }

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

background-color css

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

 a { background-color: rgb(129,15,107); }

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

border-color css

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

 span { border-color: rgb(129,15,107); }

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