Html Css Color HEX #7C1885 Purple

📋 copy color: '#7C1885'

red 124 ◦ green 24 ◦ blue 133

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

Shades of Purple #7C1885

Tints of Purple #7C1885

RGB

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

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

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

R = 44.13%
G = 8.54%
B = 47.33%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7C1885 (or 0x7C1885) is known color: Purple. HEX triplet: 7C, 18 and 85. RGB value is (124,24,133). Sum of RGB (Red+Green+Blue) = 124+24+133=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C1885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1885 is #83E77A. Grayscale: #414141. Windows color (decimal): -8644475 or 8722556. OLE color: 8722556.

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

Color convert

RGB 124 24 133 -
CMYK 0.07 0.82 0 0.48
HSL 295.05º 0.69% 0.31% -
HSV(B) 295.05º 0.82% 0.52% -
XYZ 12.87 6.63 22.79 -
YUV 66.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 124 24 133 0.07 0.82 0 0.48 295.05 0.69 0.31
Hex 7C 18 85 7 52 0 30 127 45 1F
Octal 174 30 205 7 122 0 60 447 105 37
Binary 1111100 11000 10000101 111 1010010 0 110000 100100111 1000101 11111

Color Harmonies of #7C1885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1885

Black with #7C1885

Text Example


Text Example

White with #7C1885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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