Html Css Color HEX #82267B Dark Purple

📋 copy color: '#82267B'

red 130 ◦ green 38 ◦ blue 123

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

Shades of Dark Purple #82267B

Tints of Dark Purple #82267B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

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

R = 44.67%
G = 13.06%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82267B (or 0x82267B) is known color: Dark Purple. HEX triplet: 82, 26 and 7B. RGB value is (130,38,123). Sum of RGB (Red+Green+Blue) = 130+38+123=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 123 (48.44% from 255 or 42.27% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82267B is #7DD984. Grayscale: #4A4A4A. Windows color (decimal): -8247685 or 8070786. OLE color: 8070786.

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

Color convert

RGB 130 38 123 -
CMYK 0 0.71 0.05 0.49
HSL 304.57º 0.55% 0.33% -
HSV(B) 304.57º 0.71% 0.51% -
XYZ 13.47 7.56 19.49 -
YUV 75.2 154.98 167.09 -
System Red Green Blue C M Y K H S L
Decimal 130 38 123 0 0.71 0.05 0.49 304.57 0.55 0.33
Hex 82 26 7B 0 47 5 31 131 37 21
Octal 202 46 173 0 107 5 61 461 67 41
Binary 10000010 100110 1111011 0 1000111 101 110001 100110001 110111 100001

Color Harmonies of #82267B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82267B

Black with #82267B

Text Example


Text Example

White with #82267B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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