Html Css Color HEX #82287B Dark Purple

📋 copy color: '#82287B'

red 130 ◦ green 40 ◦ blue 123

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

Shades of Dark Purple #82287B

Tints of Dark Purple #82287B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.65%

 BLUE value IS 123 (48.44% from 255) = 41.98%

R = 44.37%
G = 13.65%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82287B (or 0x82287B) is known color: Dark Purple. HEX triplet: 82, 28 and 7B. RGB value is (130,40,123). Sum of RGB (Red+Green+Blue) = 130+40+123=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82287B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82287B is #7DD784. Grayscale: #4C4C4C. Windows color (decimal): -8247173 or 8071298. OLE color: 8071298.

HSL color Cylindrical-coordinate representation of color #82287B: hue angle of 304.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82287B is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 40 123 -
CMYK 0 0.69 0.05 0.49
HSL 304.67º 0.53% 0.33% -
HSV(B) 304.67º 0.69% 0.51% -
XYZ 13.54 7.69 19.51 -
YUV 76.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 130 40 123 0 0.69 0.05 0.49 304.67 0.53 0.33
Hex 82 28 7B 0 45 5 31 131 35 21
Octal 202 50 173 0 105 5 61 461 65 41
Binary 10000010 101000 1111011 0 1000101 101 110001 100110001 110101 100001

Color Harmonies of #82287B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82287B

Black with #82287B

Text Example


Text Example

White with #82287B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82287B; }

 p { color: rgb(130,40,123); }

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

background-color css

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

 a { background-color: rgb(130,40,123); }

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

border-color css

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

 span { border-color: rgb(130,40,123); }

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