Html Css Color HEX #82367B Dark Purple

📋 copy color: '#82367B'

red 130 ◦ green 54 ◦ blue 123

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

Shades of Dark Purple #82367B

Tints of Dark Purple #82367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

 BLUE value IS 123 (48.44% from 255) = 40.07%

R = 42.35%
G = 17.59%
B = 40.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#82367B (or 0x82367B) is known color: Dark Purple. HEX triplet: 82, 36 and 7B. RGB value is (130,54,123). Sum of RGB (Red+Green+Blue) = 130+54+123=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #82367B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82367B is #7DC984. Grayscale: #545454. Windows color (decimal): -8243589 or 8074882. OLE color: 8074882.

HSL color Cylindrical-coordinate representation of color #82367B: hue angle of 305.53º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82367B is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 54 123 -
CMYK 0 0.58 0.05 0.49
HSL 305.53º 0.41% 0.36% -
HSV(B) 305.53º 0.58% 0.51% -
XYZ 14.1 8.81 19.7 -
YUV 84.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 130 54 123 0 0.58 0.05 0.49 305.53 0.41 0.36
Hex 82 36 7B 0 3A 5 31 132 29 24
Octal 202 66 173 0 72 5 61 462 51 44
Binary 10000010 110110 1111011 0 111010 101 110001 100110010 101001 100100

Color Harmonies of #82367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82367B

Black with #82367B

Text Example


Text Example

White with #82367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82367B; }

 p { color: rgb(130,54,123); }

 H1.HeaderClassName
 {
   color: #82367B;
 }
 .AnyTagClassName
 {
   color: #82367B;
 }
</style>

background-color css

<style>
 a { background-color: #82367B; }

 a { background-color: rgb(130,54,123); }

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

border-color css

<style>
 span { border-color: #82367B; }

 span { border-color: rgb(130,54,123); }

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