Html Css Color HEX #82067D Purple

📋 copy color: '#82067D'

red 130 ◦ green 6 ◦ blue 125

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

Shades of Purple #82067D

Tints of Purple #82067D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 49.81%
G = 2.3%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82067D (or 0x82067D) is known color: Purple. HEX triplet: 82, 06 and 7D. RGB value is (130,6,125). Sum of RGB (Red+Green+Blue) = 130+6+125=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #82067D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82067D is #7DF982. Grayscale: #383838. Windows color (decimal): -8255875 or 8193666. OLE color: 8193666.

HSL color Cylindrical-coordinate representation of color #82067D: hue angle of 302.42º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82067D is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 6 125 -
CMYK 0 0.95 0.04 0.49
HSL 302.42º 0.91% 0.27% -
HSV(B) 302.42º 0.95% 0.51% -
XYZ 12.97 6.36 19.95 -
YUV 56.64 166.58 180.32 -
System Red Green Blue C M Y K H S L
Decimal 130 6 125 0 0.95 0.04 0.49 302.42 0.91 0.27
Hex 82 6 7D 0 5F 4 31 12E 5B 1B
Octal 202 6 175 0 137 4 61 456 133 33
Binary 10000010 110 1111101 0 1011111 100 110001 100101110 1011011 11011

Color Harmonies of #82067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82067D

Black with #82067D

Text Example


Text Example

White with #82067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82067D; }

 p { color: rgb(130,6,125); }

 H1.HeaderClassName
 {
   color: #82067D;
 }
 .AnyTagClassName
 {
   color: #82067D;
 }
</style>

background-color css

<style>
 a { background-color: #82067D; }

 a { background-color: rgb(130,6,125); }

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

border-color css

<style>
 span { border-color: #82067D; }

 span { border-color: rgb(130,6,125); }

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