Html Css Color HEX #82336F Dark Purple

📋 copy color: '#82336F'

red 130 ◦ green 51 ◦ blue 111

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

Shades of Dark Purple #82336F

Tints of Dark Purple #82336F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 44.52%
G = 17.47%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82336F (or 0x82336F) is known color: Dark Purple. HEX triplet: 82, 33 and 6F. RGB value is (130,51,111). Sum of RGB (Red+Green+Blue) = 130+51+111=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82336F is #7DCC90. Grayscale: #515151. Windows color (decimal): -8244369 or 7287682. OLE color: 7287682.

HSL color Cylindrical-coordinate representation of color #82336F: hue angle of 314.43º 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 #82336F is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 51 111 -
CMYK 0 0.61 0.15 0.49
HSL 314.43º 0.44% 0.35% -
HSV(B) 314.43º 0.61% 0.51% -
XYZ 13.26 8.26 15.93 -
YUV 81.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 130 51 111 0 0.61 0.15 0.49 314.43 0.44 0.35
Hex 82 33 6F 0 3D F 31 13A 2C 23
Octal 202 63 157 0 75 17 61 472 54 43
Binary 10000010 110011 1101111 0 111101 1111 110001 100111010 101100 100011

Color Harmonies of #82336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82336F

Black with #82336F

Text Example


Text Example

White with #82336F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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