Html Css Color HEX #821975 Dark Purple

📋 copy color: '#821975'

red 130 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #821975

Tints of Dark Purple #821975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

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

R = 47.79%
G = 9.19%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#821975 (or 0x821975) is known color: Dark Purple. HEX triplet: 82, 19 and 75. RGB value is (130,25,117). Sum of RGB (Red+Green+Blue) = 130+25+117=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #821975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821975 is #7DE68A. Grayscale: #424242. Windows color (decimal): -8251019 or 7674242. OLE color: 7674242.

HSL color Cylindrical-coordinate representation of color #821975: hue angle of 307.43º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #821975 is Cyan = 0, Magento = 0.81, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 25 117 -
CMYK 0 0.81 0.1 0.49
HSL 307.43º 0.68% 0.3% -
HSV(B) 307.43º 0.81% 0.51% -
XYZ 12.76 6.73 17.46 -
YUV 66.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 130 25 117 0 0.81 0.1 0.49 307.43 0.68 0.3
Hex 82 19 75 0 51 A 31 133 44 1E
Octal 202 31 165 0 121 12 61 463 104 36
Binary 10000010 11001 1110101 0 1010001 1010 110001 100110011 1000100 11110

Color Harmonies of #821975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821975

Black with #821975

Text Example


Text Example

White with #821975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821975; }

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

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

background-color css

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

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

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

border-color css

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

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

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