Html Css Color HEX #7A186C Dark Purple

📋 copy color: '#7A186C'

red 122 ◦ green 24 ◦ blue 108

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

Shades of Dark Purple #7A186C

Tints of Dark Purple #7A186C

RGB

 RED value IS 122 (48.05% from 255) = 48.03%

 GREEN value IS 24 (9.77% from 255) = 9.45%

 BLUE value IS 108 (42.58% from 255) = 42.52%

R = 48.03%
G = 9.45%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A186C (or 0x7A186C) is known color: Dark Purple. HEX triplet: 7A, 18 and 6C. RGB value is (122,24,108). Sum of RGB (Red+Green+Blue) = 122+24+108=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A186C is #85E793. Grayscale: #3E3E3E. Windows color (decimal): -8775572 or 7084154. OLE color: 7084154.

HSL color Cylindrical-coordinate representation of color #7A186C: hue angle of 308.57º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A186C is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 24 108 -
CMYK 0 0.80 0.11 0.52
HSL 308.57º 0.67% 0.29% -
HSV(B) 308.57º 0.8% 0.48% -
XYZ 11.06 5.87 14.74 -
YUV 62.88 153.47 170.17 -
System Red Green Blue C M Y K H S L
Decimal 122 24 108 0 0.80 0.11 0.52 308.57 0.67 0.29
Hex 7A 18 6C 0 50 B 34 135 43 1D
Octal 172 30 154 0 120 13 64 465 103 35
Binary 1111010 11000 1101100 0 1010000 1011 110100 100110101 1000011 11101

Color Harmonies of #7A186C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A186C

Black with #7A186C

Text Example


Text Example

White with #7A186C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A186C; }

 p { color: rgb(122,24,108); }

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

background-color css

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

 a { background-color: rgb(122,24,108); }

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

border-color css

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

 span { border-color: rgb(122,24,108); }

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