Html Css Color HEX #812865 Dark Purple

📋 copy color: '#812865'

red 129 ◦ green 40 ◦ blue 101

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

Shades of Dark Purple #812865

Tints of Dark Purple #812865

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.81%

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 47.78%
G = 14.81%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#812865 (or 0x812865) is known color: Dark Purple. HEX triplet: 81, 28 and 65. RGB value is (129,40,101). Sum of RGB (Red+Green+Blue) = 129+40+101=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #812865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812865 is #7ED79A. Grayscale: #494949. Windows color (decimal): -8312731 or 6629505. OLE color: 6629505.

HSL color Cylindrical-coordinate representation of color #812865: hue angle of 318.88º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #812865 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 40 101 -
CMYK 0 0.69 0.22 0.49
HSL 318.88º 0.53% 0.33% -
HSV(B) 318.88º 0.69% 0.51% -
XYZ 12.16 7.12 13.05 -
YUV 73.57 143.49 167.54 -
System Red Green Blue C M Y K H S L
Decimal 129 40 101 0 0.69 0.22 0.49 318.88 0.53 0.33
Hex 81 28 65 0 45 16 31 13F 35 21
Octal 201 50 145 0 105 26 61 477 65 41
Binary 10000001 101000 1100101 0 1000101 10110 110001 100111111 110101 100001

Color Harmonies of #812865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812865

Black with #812865

Text Example


Text Example

White with #812865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812865; }

 p { color: rgb(129,40,101); }

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

background-color css

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

 a { background-color: rgb(129,40,101); }

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

border-color css

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

 span { border-color: rgb(129,40,101); }

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