Html Css Color HEX #820275 Purple

📋 copy color: '#820275'

red 130 ◦ green 2 ◦ blue 117

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

Shades of Purple #820275

Tints of Purple #820275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 117 (46.09% from 255) = 46.99%

R = 52.21%
G = 0.8%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#820275 (or 0x820275) is known color: Purple. HEX triplet: 82, 02 and 75. RGB value is (130,2,117). Sum of RGB (Red+Green+Blue) = 130+2+117=249 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.21% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 117 (46.09% from 255 or 46.99% from 249); Max value from RGB is 130 - color contains mainly: red. Hex color #820275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820275 is #7DFD8A. Grayscale: #353535. Windows color (decimal): -8256907 or 7668354. OLE color: 7668354.

HSL color Cylindrical-coordinate representation of color #820275: hue angle of 306.09º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820275 is Cyan = 0, Magento = 0.98, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 2 117 -
CMYK 0 0.98 0.1 0.49
HSL 306.09º 0.97% 0.26% -
HSV(B) 306.09º 0.98% 0.51% -
XYZ 12.44 6.07 17.35 -
YUV 53.38 163.91 182.65 -
System Red Green Blue C M Y K H S L
Decimal 130 2 117 0 0.98 0.1 0.49 306.09 0.97 0.26
Hex 82 2 75 0 62 A 31 132 61 1A
Octal 202 2 165 0 142 12 61 462 141 32
Binary 10000010 10 1110101 0 1100010 1010 110001 100110010 1100001 11010

Color Harmonies of #820275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820275

Black with #820275

Text Example


Text Example

White with #820275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820275; }

 p { color: rgb(130,2,117); }

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

background-color css

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

 a { background-color: rgb(130,2,117); }

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

border-color css

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

 span { border-color: rgb(130,2,117); }

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