Html Css Color HEX #812665 Dark Purple

📋 copy color: '#812665'

red 129 ◦ green 38 ◦ blue 101

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

Shades of Dark Purple #812665

Tints of Dark Purple #812665

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 48.13%
G = 14.18%
B = 37.69%

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

#812665 (or 0x812665) is known color: Dark Purple. HEX triplet: 81, 26 and 65. RGB value is (129,38,101). Sum of RGB (Red+Green+Blue) = 129+38+101=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #812665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812665 is #7ED99A. Grayscale: #484848. Windows color (decimal): -8313243 or 6628993. OLE color: 6628993.

HSL color Cylindrical-coordinate representation of color #812665: hue angle of 318.46º degrees, saturation: 0.54, 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 #812665 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 38 101 -
CMYK 0 0.71 0.22 0.49
HSL 318.46º 0.54% 0.33% -
HSV(B) 318.46º 0.71% 0.51% -
XYZ 12.1 6.99 13.02 -
YUV 72.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 129 38 101 0 0.71 0.22 0.49 318.46 0.54 0.33
Hex 81 26 65 0 47 16 31 13E 36 21
Octal 201 46 145 0 107 26 61 476 66 41
Binary 10000001 100110 1100101 0 1000111 10110 110001 100111110 110110 100001

Color Harmonies of #812665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812665

Black with #812665

Text Example


Text Example

White with #812665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812665; }

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

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

background-color css

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

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

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

border-color css

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

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

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