Html Css Color HEX #82266C Dark Purple

📋 copy color: '#82266C'

red 130 ◦ green 38 ◦ blue 108

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

Shades of Dark Purple #82266C

Tints of Dark Purple #82266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 47.1%
G = 13.77%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#82266C (or 0x82266C) is known color: Dark Purple. HEX triplet: 82, 26 and 6C. RGB value is (130,38,108). Sum of RGB (Red+Green+Blue) = 130+38+108=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82266C is #7DD993. Grayscale: #494949. Windows color (decimal): -8247700 or 7087746. OLE color: 7087746.

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

Color convert

RGB 130 38 108 -
CMYK 0 0.71 0.17 0.49
HSL 314.35º 0.55% 0.33% -
HSV(B) 314.35º 0.71% 0.51% -
XYZ 12.61 7.21 14.92 -
YUV 73.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 130 38 108 0 0.71 0.17 0.49 314.35 0.55 0.33
Hex 82 26 6C 0 47 11 31 13A 37 21
Octal 202 46 154 0 107 21 61 472 67 41
Binary 10000010 100110 1101100 0 1000111 10001 110001 100111010 110111 100001

Color Harmonies of #82266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82266C

Black with #82266C

Text Example


Text Example

White with #82266C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82266C; }

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

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

background-color css

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

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

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

border-color css

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

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

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