Html Css Color HEX #7C1669 Dark Purple

📋 copy color: '#7C1669'

red 124 ◦ green 22 ◦ blue 105

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

Shades of Dark Purple #7C1669

Tints of Dark Purple #7C1669

RGB

 RED value IS 124 (48.83% from 255) = 49.4%

 GREEN value IS 22 (8.98% from 255) = 8.76%

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

R = 49.4%
G = 8.76%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C1669 (or 0x7C1669) is known color: Dark Purple. HEX triplet: 7C, 16 and 69. RGB value is (124,22,105). Sum of RGB (Red+Green+Blue) = 124+22+105=251 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.40% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1669 is #83E996. Grayscale: #3D3D3D. Windows color (decimal): -8645015 or 6887036. OLE color: 6887036.

HSL color Cylindrical-coordinate representation of color #7C1669: hue angle of 311.18º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C1669 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 22 105 -
CMYK 0 0.82 0.15 0.51
HSL 311.18º 0.7% 0.29% -
HSV(B) 311.18º 0.82% 0.49% -
XYZ 11.15 5.88 13.91 -
YUV 61.96 152.29 172.25 -
System Red Green Blue C M Y K H S L
Decimal 124 22 105 0 0.82 0.15 0.51 311.18 0.7 0.29
Hex 7C 16 69 0 52 F 33 137 46 1D
Octal 174 26 151 0 122 17 63 467 106 35
Binary 1111100 10110 1101001 0 1010010 1111 110011 100110111 1000110 11101

Color Harmonies of #7C1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1669

Black with #7C1669

Text Example


Text Example

White with #7C1669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,22,105); }

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

background-color css

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

 a { background-color: rgb(124,22,105); }

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

border-color css

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

 span { border-color: rgb(124,22,105); }

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