Html Css Color HEX #812366 Dark Purple

📋 copy color: '#812366'

red 129 ◦ green 35 ◦ blue 102

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

Shades of Dark Purple #812366

Tints of Dark Purple #812366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.16%

 BLUE value IS 102 (40.23% from 255) = 38.35%

R = 48.5%
G = 13.16%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#812366 (or 0x812366) is known color: Dark Purple. HEX triplet: 81, 23 and 66. RGB value is (129,35,102). Sum of RGB (Red+Green+Blue) = 129+35+102=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 102 (40.23% from 255 or 38.35% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #812366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812366 is #7EDC99. Grayscale: #464646. Windows color (decimal): -8314010 or 6693761. OLE color: 6693761.

HSL color Cylindrical-coordinate representation of color #812366: hue angle of 317.23º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812366 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 35 102 -
CMYK 0 0.73 0.21 0.49
HSL 317.23º 0.57% 0.32% -
HSV(B) 317.23º 0.73% 0.51% -
XYZ 12.05 6.83 13.25 -
YUV 70.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 129 35 102 0 0.73 0.21 0.49 317.23 0.57 0.32
Hex 81 23 66 0 49 15 31 13D 39 20
Octal 201 43 146 0 111 25 61 475 71 40
Binary 10000001 100011 1100110 0 1001001 10101 110001 100111101 111001 100000

Color Harmonies of #812366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812366

Black with #812366

Text Example


Text Example

White with #812366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812366; }

 p { color: rgb(129,35,102); }

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

background-color css

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

 a { background-color: rgb(129,35,102); }

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

border-color css

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

 span { border-color: rgb(129,35,102); }

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