Html Css Color HEX #7C0574 Purple

📋 copy color: '#7C0574'

red 124 ◦ green 5 ◦ blue 116

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

Shades of Purple #7C0574

Tints of Purple #7C0574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

 BLUE value IS 116 (45.7% from 255) = 47.35%

R = 50.61%
G = 2.04%
B = 47.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7C0574 (or 0x7C0574) is known color: Purple. HEX triplet: 7C, 05 and 74. RGB value is (124,5,116). Sum of RGB (Red+Green+Blue) = 124+5+116=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0574 is #83FA8B. Grayscale: #343434. Windows color (decimal): -8649356 or 7603580. OLE color: 7603580.

HSL color Cylindrical-coordinate representation of color #7C0574: hue angle of 304.03º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0574 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 5 116 -
CMYK 0 0.96 0.06 0.51
HSL 304.03º 0.92% 0.25% -
HSV(B) 304.03º 0.96% 0.49% -
XYZ 11.52 5.65 17.01 -
YUV 53.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 124 5 116 0 0.96 0.06 0.51 304.03 0.92 0.25
Hex 7C 5 74 0 60 6 33 130 5C 19
Octal 174 5 164 0 140 6 63 460 134 31
Binary 1111100 101 1110100 0 1100000 110 110011 100110000 1011100 11001

Color Harmonies of #7C0574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0574

Black with #7C0574

Text Example


Text Example

White with #7C0574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,5,116); }

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

background-color css

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

 a { background-color: rgb(124,5,116); }

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

border-color css

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

 span { border-color: rgb(124,5,116); }

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