Html Css Color HEX #812565 Dark Purple

📋 copy color: '#812565'

red 129 ◦ green 37 ◦ blue 101

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

Shades of Dark Purple #812565

Tints of Dark Purple #812565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.86%

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

R = 48.31%
G = 13.86%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#812565 (or 0x812565) is known color: Dark Purple. HEX triplet: 81, 25 and 65. RGB value is (129,37,101). Sum of RGB (Red+Green+Blue) = 129+37+101=267 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.31% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 129 - color contains mainly: red. Hex color #812565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812565 is #7EDA9A. Grayscale: #474747. Windows color (decimal): -8313499 or 6628737. OLE color: 6628737.

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

Color convert

RGB 129 37 101 -
CMYK 0 0.71 0.22 0.49
HSL 318.26º 0.55% 0.33% -
HSV(B) 318.26º 0.71% 0.51% -
XYZ 12.06 6.93 13.01 -
YUV 71.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 129 37 101 0 0.71 0.22 0.49 318.26 0.55 0.33
Hex 81 25 65 0 47 16 31 13E 37 21
Octal 201 45 145 0 107 26 61 476 67 41
Binary 10000001 100101 1100101 0 1000111 10110 110001 100111110 110111 100001

Color Harmonies of #812565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812565

Black with #812565

Text Example


Text Example

White with #812565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812565; }

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

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

background-color css

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

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

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

border-color css

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

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

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