Html Css Color HEX #813B75 Dark Purple

📋 copy color: '#813B75'

red 129 ◦ green 59 ◦ blue 117

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

Shades of Dark Purple #813B75

Tints of Dark Purple #813B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.34%

 BLUE value IS 117 (46.09% from 255) = 38.36%

R = 42.3%
G = 19.34%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#813B75 (or 0x813B75) is known color: Dark Purple. HEX triplet: 81, 3B and 75. RGB value is (129,59,117). Sum of RGB (Red+Green+Blue) = 129+59+117=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #813B75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813B75 is #7EC48A. Grayscale: #565656. Windows color (decimal): -8307851 or 7682945. OLE color: 7682945.

HSL color Cylindrical-coordinate representation of color #813B75: hue angle of 310.29º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #813B75 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 59 117 -
CMYK 0 0.54 0.09 0.49
HSL 310.29º 0.37% 0.37% -
HSV(B) 310.29º 0.54% 0.51% -
XYZ 13.83 9.08 17.85 -
YUV 86.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 129 59 117 0 0.54 0.09 0.49 310.29 0.37 0.37
Hex 81 3B 75 0 36 9 31 136 25 25
Octal 201 73 165 0 66 11 61 466 45 45
Binary 10000001 111011 1110101 0 110110 1001 110001 100110110 100101 100101

Color Harmonies of #813B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813B75

Black with #813B75

Text Example


Text Example

White with #813B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813B75; }

 p { color: rgb(129,59,117); }

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

background-color css

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

 a { background-color: rgb(129,59,117); }

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

border-color css

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

 span { border-color: rgb(129,59,117); }

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