Html Css Color HEX #7C1762 Dark Purple

📋 copy color: '#7C1762'

red 124 ◦ green 23 ◦ blue 98

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

Shades of Dark Purple #7C1762

Tints of Dark Purple #7C1762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

 BLUE value IS 98 (38.67% from 255) = 40%

R = 50.61%
G = 9.39%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7C1762 (or 0x7C1762) is known color: Dark Purple. HEX triplet: 7C, 17 and 62. RGB value is (124,23,98). Sum of RGB (Red+Green+Blue) = 124+23+98=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1762 is #83E89D. Grayscale: #3D3D3D. Windows color (decimal): -8644766 or 6428540. OLE color: 6428540.

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

Color convert

RGB 124 23 98 -
CMYK 0 0.81 0.21 0.51
HSL 315.45º 0.69% 0.29% -
HSV(B) 315.45º 0.81% 0.49% -
XYZ 10.82 5.78 12.1 -
YUV 61.75 148.46 172.4 -
System Red Green Blue C M Y K H S L
Decimal 124 23 98 0 0.81 0.21 0.51 315.45 0.69 0.29
Hex 7C 17 62 0 51 15 33 13B 45 1D
Octal 174 27 142 0 121 25 63 473 105 35
Binary 1111100 10111 1100010 0 1010001 10101 110011 100111011 1000101 11101

Color Harmonies of #7C1762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1762

Black with #7C1762

Text Example


Text Example

White with #7C1762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,23,98); }

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

background-color css

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

 a { background-color: rgb(124,23,98); }

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

border-color css

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

 span { border-color: rgb(124,23,98); }

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