Html Css Color HEX #7C206A Dark Purple

📋 copy color: '#7C206A'

red 124 ◦ green 32 ◦ blue 106

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

Shades of Dark Purple #7C206A

Tints of Dark Purple #7C206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.21%

 BLUE value IS 106 (41.8% from 255) = 40.46%

R = 47.33%
G = 12.21%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7C206A (or 0x7C206A) is known color: Dark Purple. HEX triplet: 7C, 20 and 6A. RGB value is (124,32,106). Sum of RGB (Red+Green+Blue) = 124+32+106=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C206A is #83DF95. Grayscale: #434343. Windows color (decimal): -8642454 or 6955132. OLE color: 6955132.

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

Color convert

RGB 124 32 106 -
CMYK 0 0.74 0.15 0.51
HSL 311.74º 0.59% 0.31% -
HSV(B) 311.74º 0.74% 0.49% -
XYZ 11.43 6.36 14.26 -
YUV 67.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 124 32 106 0 0.74 0.15 0.51 311.74 0.59 0.31
Hex 7C 20 6A 0 4A F 33 138 3B 1F
Octal 174 40 152 0 112 17 63 470 73 37
Binary 1111100 100000 1101010 0 1001010 1111 110011 100111000 111011 11111

Color Harmonies of #7C206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C206A

Black with #7C206A

Text Example


Text Example

White with #7C206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,32,106); }

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

background-color css

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

 a { background-color: rgb(124,32,106); }

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

border-color css

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

 span { border-color: rgb(124,32,106); }

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