Html Css Color HEX #82246B Dark Purple

📋 copy color: '#82246B'

red 130 ◦ green 36 ◦ blue 107

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

Shades of Dark Purple #82246B

Tints of Dark Purple #82246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.19%

 BLUE value IS 107 (42.19% from 255) = 39.19%

R = 47.62%
G = 13.19%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82246B (or 0x82246B) is known color: Dark Purple. HEX triplet: 82, 24 and 6B. RGB value is (130,36,107). Sum of RGB (Red+Green+Blue) = 130+36+107=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82246B is #7DDB94. Grayscale: #484848. Windows color (decimal): -8248213 or 7021698. OLE color: 7021698.

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

Color convert

RGB 130 36 107 -
CMYK 0 0.72 0.18 0.49
HSL 314.68º 0.57% 0.33% -
HSV(B) 314.68º 0.72% 0.51% -
XYZ 12.49 7.07 14.62 -
YUV 72.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 130 36 107 0 0.72 0.18 0.49 314.68 0.57 0.33
Hex 82 24 6B 0 48 12 31 13B 39 21
Octal 202 44 153 0 110 22 61 473 71 41
Binary 10000010 100100 1101011 0 1001000 10010 110001 100111011 111001 100001

Color Harmonies of #82246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82246B

Black with #82246B

Text Example


Text Example

White with #82246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,36,107); }

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

background-color css

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

 a { background-color: rgb(130,36,107); }

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

border-color css

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

 span { border-color: rgb(130,36,107); }

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