Html Css Color HEX #82237A Dark Purple

📋 copy color: '#82237A'

red 130 ◦ green 35 ◦ blue 122

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

Shades of Dark Purple #82237A

Tints of Dark Purple #82237A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

 BLUE value IS 122 (48.05% from 255) = 42.51%

R = 45.3%
G = 12.2%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#82237A (or 0x82237A) is known color: Dark Purple. HEX triplet: 82, 23 and 7A. RGB value is (130,35,122). Sum of RGB (Red+Green+Blue) = 130+35+122=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #82237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82237A is #7DDC85. Grayscale: #494949. Windows color (decimal): -8248454 or 8004482. OLE color: 8004482.

HSL color Cylindrical-coordinate representation of color #82237A: hue angle of 305.05º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82237A is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 35 122 -
CMYK 0 0.73 0.06 0.49
HSL 305.05º 0.58% 0.32% -
HSV(B) 305.05º 0.73% 0.51% -
XYZ 13.32 7.35 19.13 -
YUV 73.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 130 35 122 0 0.73 0.06 0.49 305.05 0.58 0.32
Hex 82 23 7A 0 49 6 31 131 3A 20
Octal 202 43 172 0 111 6 61 461 72 40
Binary 10000010 100011 1111010 0 1001001 110 110001 100110001 111010 100000

Color Harmonies of #82237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82237A

Black with #82237A

Text Example


Text Example

White with #82237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82237A; }

 p { color: rgb(130,35,122); }

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

background-color css

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

 a { background-color: rgb(130,35,122); }

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

border-color css

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

 span { border-color: rgb(130,35,122); }

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