Html Css Color HEX #82127B Dark Purple

📋 copy color: '#82127B'

red 130 ◦ green 18 ◦ blue 123

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

Shades of Dark Purple #82127B

Tints of Dark Purple #82127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

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

R = 47.97%
G = 6.64%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82127B (or 0x82127B) is known color: Dark Purple. HEX triplet: 82, 12 and 7B. RGB value is (130,18,123). Sum of RGB (Red+Green+Blue) = 130+18+123=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82127B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82127B is #7DED84. Grayscale: #3F3F3F. Windows color (decimal): -8252805 or 8065666. OLE color: 8065666.

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

Color convert

RGB 130 18 123 -
CMYK 0 0.86 0.05 0.49
HSL 303.75º 0.76% 0.29% -
HSV(B) 303.75º 0.86% 0.51% -
XYZ 13 6.61 19.33 -
YUV 63.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 130 18 123 0 0.86 0.05 0.49 303.75 0.76 0.29
Hex 82 12 7B 0 56 5 31 130 4C 1D
Octal 202 22 173 0 126 5 61 460 114 35
Binary 10000010 10010 1111011 0 1010110 101 110001 100110000 1001100 11101

Color Harmonies of #82127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82127B

Black with #82127B

Text Example


Text Example

White with #82127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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