Html Css Color HEX #813367 Dark Purple

📋 copy color: '#813367'

red 129 ◦ green 51 ◦ blue 103

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

Shades of Dark Purple #813367

Tints of Dark Purple #813367

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.02%

 BLUE value IS 103 (40.63% from 255) = 36.4%

R = 45.58%
G = 18.02%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#813367 (or 0x813367) is known color: Dark Purple. HEX triplet: 81, 33 and 67. RGB value is (129,51,103). Sum of RGB (Red+Green+Blue) = 129+51+103=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #813367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813367 is #7ECC98. Grayscale: #505050. Windows color (decimal): -8309913 or 6763393. OLE color: 6763393.

HSL color Cylindrical-coordinate representation of color #813367: hue angle of 320º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813367 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 51 103 -
CMYK 0 0.60 0.20 0.49
HSL 320º 0.43% 0.35% -
HSV(B) 320º 0.6% 0.51% -
XYZ 12.69 8.01 13.71 -
YUV 80.25 140.84 162.77 -
System Red Green Blue C M Y K H S L
Decimal 129 51 103 0 0.60 0.20 0.49 320 0.43 0.35
Hex 81 33 67 0 3C 14 31 140 2B 23
Octal 201 63 147 0 74 24 61 500 53 43
Binary 10000001 110011 1100111 0 111100 10100 110001 101000000 101011 100011

Color Harmonies of #813367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813367

Black with #813367

Text Example


Text Example

White with #813367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813367; }

 p { color: rgb(129,51,103); }

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

background-color css

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

 a { background-color: rgb(129,51,103); }

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

border-color css

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

 span { border-color: rgb(129,51,103); }

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