Html Css Color HEX #82256F Dark Purple

📋 copy color: '#82256F'

red 130 ◦ green 37 ◦ blue 111

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

Shades of Dark Purple #82256F

Tints of Dark Purple #82256F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

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

R = 46.76%
G = 13.31%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#82256F (or 0x82256F) is known color: Dark Purple. HEX triplet: 82, 25 and 6F. RGB value is (130,37,111). Sum of RGB (Red+Green+Blue) = 130+37+111=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #82256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82256F is #7DDA90. Grayscale: #494949. Windows color (decimal): -8247953 or 7284098. OLE color: 7284098.

HSL color Cylindrical-coordinate representation of color #82256F: hue angle of 312.26º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #82256F is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 37 111 -
CMYK 0 0.72 0.15 0.49
HSL 312.26º 0.56% 0.33% -
HSV(B) 312.26º 0.72% 0.51% -
XYZ 12.74 7.22 15.76 -
YUV 73.24 149.31 168.48 -
System Red Green Blue C M Y K H S L
Decimal 130 37 111 0 0.72 0.15 0.49 312.26 0.56 0.33
Hex 82 25 6F 0 48 F 31 138 38 21
Octal 202 45 157 0 110 17 61 470 70 41
Binary 10000010 100101 1101111 0 1001000 1111 110001 100111000 111000 100001

Color Harmonies of #82256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82256F

Black with #82256F

Text Example


Text Example

White with #82256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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