Html Css Color HEX #7C096C Purple

📋 copy color: '#7C096C'

red 124 ◦ green 9 ◦ blue 108

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

Shades of Purple #7C096C

Tints of Purple #7C096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.73%

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

R = 51.45%
G = 3.73%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7C096C (or 0x7C096C) is known color: Purple. HEX triplet: 7C, 09 and 6C. RGB value is (124,9,108). Sum of RGB (Red+Green+Blue) = 124+9+108=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C096C is #83F693. Grayscale: #363636. Windows color (decimal): -8648340 or 7080316. OLE color: 7080316.

HSL color Cylindrical-coordinate representation of color #7C096C: hue angle of 308.35º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C096C is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 9 108 -
CMYK 0 0.93 0.13 0.51
HSL 308.35º 0.86% 0.26% -
HSV(B) 308.35º 0.93% 0.49% -
XYZ 11.12 5.56 14.68 -
YUV 54.67 158.1 177.45 -
System Red Green Blue C M Y K H S L
Decimal 124 9 108 0 0.93 0.13 0.51 308.35 0.86 0.26
Hex 7C 9 6C 0 5D D 33 134 56 1A
Octal 174 11 154 0 135 15 63 464 126 32
Binary 1111100 1001 1101100 0 1011101 1101 110011 100110100 1010110 11010

Color Harmonies of #7C096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C096C

Black with #7C096C

Text Example


Text Example

White with #7C096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,108); }

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

background-color css

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

 a { background-color: rgb(124,9,108); }

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

border-color css

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

 span { border-color: rgb(124,9,108); }

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