Html Css Color HEX #822375 Dark Purple

📋 copy color: '#822375'

red 130 ◦ green 35 ◦ blue 117

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

Shades of Dark Purple #822375

Tints of Dark Purple #822375

RGB

 RED value IS 130 (51.17% from 255) = 46.1%

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

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

R = 46.1%
G = 12.41%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#822375 (or 0x822375) is known color: Dark Purple. HEX triplet: 82, 23 and 75. RGB value is (130,35,117). Sum of RGB (Red+Green+Blue) = 130+35+117=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 117 (46.09% from 255 or 41.49% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #822375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #822375 is #7DDC8A. Grayscale: #484848. Windows color (decimal): -8248459 or 7676802. OLE color: 7676802.

HSL color Cylindrical-coordinate representation of color #822375: hue angle of 308.21º degrees, saturation: 0.58, 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 #822375 is Cyan = 0, Magento = 0.73, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 117 -
CMYK 0 0.73 0.1 0.49
HSL 308.21º 0.58% 0.32% -
HSV(B) 308.21º 0.73% 0.51% -
XYZ 13.02 7.23 17.54 -
YUV 72.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 130 35 117 0 0.73 0.1 0.49 308.21 0.58 0.32
Hex 82 23 75 0 49 A 31 134 3A 20
Octal 202 43 165 0 111 12 61 464 72 40
Binary 10000010 100011 1110101 0 1001001 1010 110001 100110100 111010 100000

Color Harmonies of #822375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822375

Black with #822375

Text Example


Text Example

White with #822375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822375; }

 p { color: rgb(130,35,117); }

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

background-color css

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

 a { background-color: rgb(130,35,117); }

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

border-color css

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

 span { border-color: rgb(130,35,117); }

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