Html Css Color HEX #840F7A Dark Purple

📋 copy color: '#840F7A'

red 132 ◦ green 15 ◦ blue 122

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

Shades of Dark Purple #840F7A

Tints of Dark Purple #840F7A

RGB

 RED value IS 132 (51.95% from 255) = 49.07%

 GREEN value IS 15 (6.25% from 255) = 5.58%

 BLUE value IS 122 (48.05% from 255) = 45.35%

R = 49.07%
G = 5.58%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#840F7A (or 0x840F7A) is known color: Dark Purple. HEX triplet: 84, 0F and 7A. RGB value is (132,15,122). Sum of RGB (Red+Green+Blue) = 132+15+122=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #840F7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F7A is #7BF085. Grayscale: #3D3D3D. Windows color (decimal): -8122502 or 7999364. OLE color: 7999364.

HSL color Cylindrical-coordinate representation of color #840F7A: hue angle of 305.13º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F7A is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 15 122 -
CMYK 0 0.89 0.08 0.48
HSL 305.13º 0.8% 0.29% -
HSV(B) 305.13º 0.89% 0.52% -
XYZ 13.2 6.65 19 -
YUV 62.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 132 15 122 0 0.89 0.08 0.48 305.13 0.8 0.29
Hex 84 F 7A 0 59 8 30 131 50 1D
Octal 204 17 172 0 131 10 60 461 120 35
Binary 10000100 1111 1111010 0 1011001 1000 110000 100110001 1010000 11101

Color Harmonies of #840F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840F7A

Black with #840F7A

Text Example


Text Example

White with #840F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840F7A; }

 p { color: rgb(132,15,122); }

 H1.HeaderClassName
 {
   color: #840F7A;
 }
 .AnyTagClassName
 {
   color: #840F7A;
 }
</style>

background-color css

<style>
 a { background-color: #840F7A; }

 a { background-color: rgb(132,15,122); }

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

border-color css

<style>
 span { border-color: #840F7A; }

 span { border-color: rgb(132,15,122); }

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