Html Css Color HEX #821280 Purple

📋 copy color: '#821280'

red 130 ◦ green 18 ◦ blue 128

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

Shades of Purple #821280

Tints of Purple #821280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.38%

R = 47.1%
G = 6.52%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#821280 (or 0x821280) is known color: Purple. HEX triplet: 82, 12 and 80. RGB value is (130,18,128). Sum of RGB (Red+Green+Blue) = 130+18+128=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #821280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821280 is #7DED7F. Grayscale: #3F3F3F. Windows color (decimal): -8252800 or 8393346. OLE color: 8393346.

HSL color Cylindrical-coordinate representation of color #821280: hue angle of 301.07º 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 #821280 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 128 -
CMYK 0 0.86 0.02 0.49
HSL 301.07º 0.76% 0.29% -
HSV(B) 301.07º 0.86% 0.51% -
XYZ 13.32 6.74 21.02 -
YUV 64.03 164.11 175.06 -
System Red Green Blue C M Y K H S L
Decimal 130 18 128 0 0.86 0.02 0.49 301.07 0.76 0.29
Hex 82 12 80 0 56 2 31 12D 4C 1D
Octal 202 22 200 0 126 2 61 455 114 35
Binary 10000010 10010 10000000 0 1010110 10 110001 100101101 1001100 11101

Color Harmonies of #821280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821280

Black with #821280

Text Example


Text Example

White with #821280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821280; }

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

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

background-color css

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

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

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

border-color css

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

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

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