Html Css Color HEX #82107B Dark Purple

📋 copy color: '#82107B'

red 130 ◦ green 16 ◦ blue 123

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

Shades of Dark Purple #82107B

Tints of Dark Purple #82107B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 48.33%
G = 5.95%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82107B (or 0x82107B) is known color: Dark Purple. HEX triplet: 82, 10 and 7B. RGB value is (130,16,123). Sum of RGB (Red+Green+Blue) = 130+16+123=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #82107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82107B is #7DEF84. Grayscale: #3D3D3D. Windows color (decimal): -8253317 or 8065154. OLE color: 8065154.

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

Color convert

RGB 130 16 123 -
CMYK 0 0.88 0.05 0.49
HSL 303.68º 0.78% 0.29% -
HSV(B) 303.68º 0.88% 0.51% -
XYZ 12.97 6.55 19.32 -
YUV 62.28 162.27 176.3 -
System Red Green Blue C M Y K H S L
Decimal 130 16 123 0 0.88 0.05 0.49 303.68 0.78 0.29
Hex 82 10 7B 0 58 5 31 130 4E 1D
Octal 202 20 173 0 130 5 61 460 116 35
Binary 10000010 10000 1111011 0 1011000 101 110001 100110000 1001110 11101

Color Harmonies of #82107B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82107B

Black with #82107B

Text Example


Text Example

White with #82107B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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