Html Css Color HEX #842669 Dark Purple

📋 copy color: '#842669'

red 132 ◦ green 38 ◦ blue 105

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

Shades of Dark Purple #842669

Tints of Dark Purple #842669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.82%

 BLUE value IS 105 (41.41% from 255) = 38.18%

R = 48%
G = 13.82%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#842669 (or 0x842669) is known color: Dark Purple. HEX triplet: 84, 26 and 69. RGB value is (132,38,105). Sum of RGB (Red+Green+Blue) = 132+38+105=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #842669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842669 is #7BD996. Grayscale: #494949. Windows color (decimal): -8116631 or 6891140. OLE color: 6891140.

HSL color Cylindrical-coordinate representation of color #842669: hue angle of 317.23º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842669 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 38 105 -
CMYK 0 0.71 0.20 0.48
HSL 317.23º 0.55% 0.33% -
HSV(B) 317.23º 0.71% 0.52% -
XYZ 12.76 7.31 14.1 -
YUV 73.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 132 38 105 0 0.71 0.20 0.48 317.23 0.55 0.33
Hex 84 26 69 0 47 14 30 13D 37 21
Octal 204 46 151 0 107 24 60 475 67 41
Binary 10000100 100110 1101001 0 1000111 10100 110000 100111101 110111 100001

Color Harmonies of #842669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842669

Black with #842669

Text Example


Text Example

White with #842669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842669; }

 p { color: rgb(132,38,105); }

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

background-color css

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

 a { background-color: rgb(132,38,105); }

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

border-color css

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

 span { border-color: rgb(132,38,105); }

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