Html Css Color HEX #82267F Dark Purple

📋 copy color: '#82267F'

red 130 ◦ green 38 ◦ blue 127

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

Shades of Dark Purple #82267F

Tints of Dark Purple #82267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.05%

R = 44.07%
G = 12.88%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#82267F (or 0x82267F) is known color: Dark Purple. HEX triplet: 82, 26 and 7F. RGB value is (130,38,127). Sum of RGB (Red+Green+Blue) = 130+38+127=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82267F is #7DD980. Grayscale: #4B4B4B. Windows color (decimal): -8247681 or 8332930. OLE color: 8332930.

HSL color Cylindrical-coordinate representation of color #82267F: hue angle of 301.96º 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 #82267F is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 38 127 -
CMYK 0 0.71 0.02 0.49
HSL 301.96º 0.55% 0.33% -
HSV(B) 301.96º 0.71% 0.51% -
XYZ 13.73 7.66 20.83 -
YUV 75.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 130 38 127 0 0.71 0.02 0.49 301.96 0.55 0.33
Hex 82 26 7F 0 47 2 31 12E 37 21
Octal 202 46 177 0 107 2 61 456 67 41
Binary 10000010 100110 1111111 0 1000111 10 110001 100101110 110111 100001

Color Harmonies of #82267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82267F

Black with #82267F

Text Example


Text Example

White with #82267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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