Html Css Color HEX #82337F Dark Purple

📋 copy color: '#82337F'

red 130 ◦ green 51 ◦ blue 127

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

Shades of Dark Purple #82337F

Tints of Dark Purple #82337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.56%

 BLUE value IS 127 (50% from 255) = 41.23%

R = 42.21%
G = 16.56%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#82337F (or 0x82337F) is known color: Dark Purple. HEX triplet: 82, 33 and 7F. RGB value is (130,51,127). Sum of RGB (Red+Green+Blue) = 130+51+127=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82337F is #7DCC80. Grayscale: #535353. Windows color (decimal): -8244353 or 8336258. OLE color: 8336258.

HSL color Cylindrical-coordinate representation of color #82337F: hue angle of 302.28º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82337F is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 51 127 -
CMYK 0 0.61 0.02 0.49
HSL 302.28º 0.44% 0.35% -
HSV(B) 302.28º 0.61% 0.51% -
XYZ 14.22 8.65 21 -
YUV 83.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 130 51 127 0 0.61 0.02 0.49 302.28 0.44 0.35
Hex 82 33 7F 0 3D 2 31 12E 2C 23
Octal 202 63 177 0 75 2 61 456 54 43
Binary 10000010 110011 1111111 0 111101 10 110001 100101110 101100 100011

Color Harmonies of #82337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82337F

Black with #82337F

Text Example


Text Example

White with #82337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82337F; }

 p { color: rgb(130,51,127); }

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

background-color css

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

 a { background-color: rgb(130,51,127); }

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

border-color css

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

 span { border-color: rgb(130,51,127); }

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