Html Css Color HEX #82346E Dark Purple

📋 copy color: '#82346E'

red 130 ◦ green 52 ◦ blue 110

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

Shades of Dark Purple #82346E

Tints of Dark Purple #82346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.81%

 BLUE value IS 110 (43.36% from 255) = 37.67%

R = 44.52%
G = 17.81%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82346E (or 0x82346E) is known color: Dark Purple. HEX triplet: 82, 34 and 6E. RGB value is (130,52,110). Sum of RGB (Red+Green+Blue) = 130+52+110=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82346E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82346E is #7DCB91. Grayscale: #515151. Windows color (decimal): -8244114 or 7222402. OLE color: 7222402.

HSL color Cylindrical-coordinate representation of color #82346E: hue angle of 315.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82346E is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 52 110 -
CMYK 0 0.60 0.15 0.49
HSL 315.38º 0.43% 0.36% -
HSV(B) 315.38º 0.6% 0.51% -
XYZ 13.25 8.33 15.66 -
YUV 81.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 130 52 110 0 0.60 0.15 0.49 315.38 0.43 0.36
Hex 82 34 6E 0 3C F 31 13B 2B 24
Octal 202 64 156 0 74 17 61 473 53 44
Binary 10000010 110100 1101110 0 111100 1111 110001 100111011 101011 100100

Color Harmonies of #82346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82346E

Black with #82346E

Text Example


Text Example

White with #82346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82346E; }

 p { color: rgb(130,52,110); }

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

background-color css

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

 a { background-color: rgb(130,52,110); }

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

border-color css

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

 span { border-color: rgb(130,52,110); }

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