Html Css Color HEX #7C0185 Purple

📋 copy color: '#7C0185'

red 124 ◦ green 1 ◦ blue 133

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

Shades of Purple #7C0185

Tints of Purple #7C0185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 133 (52.34% from 255) = 51.55%

R = 48.06%
G = 0.39%
B = 51.55%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7C0185 (or 0x7C0185) is known color: Purple. HEX triplet: 7C, 01 and 85. RGB value is (124,1,133). Sum of RGB (Red+Green+Blue) = 124+1+133=258 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.06% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C0185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0185 is #83FE7A. Grayscale: #343434. Windows color (decimal): -8650363 or 8716668. OLE color: 8716668.

HSL color Cylindrical-coordinate representation of color #7C0185: hue angle of 295.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0185 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 124 1 133 -
CMYK 0.07 0.99 0 0.48
HSL 295.91º 0.99% 0.26% -
HSV(B) 295.91º 0.99% 0.52% -
XYZ 12.56 6 22.69 -
YUV 52.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 124 1 133 0.07 0.99 0 0.48 295.91 0.99 0.26
Hex 7C 1 85 7 63 0 30 128 63 1A
Octal 174 1 205 7 143 0 60 450 143 32
Binary 1111100 1 10000101 111 1100011 0 110000 100101000 1100011 11010

Color Harmonies of #7C0185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0185

Black with #7C0185

Text Example


Text Example

White with #7C0185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,1,133); }

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

background-color css

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

 a { background-color: rgb(124,1,133); }

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

border-color css

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

 span { border-color: rgb(124,1,133); }

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