Html Css Color HEX #7C0568 Purple

📋 copy color: '#7C0568'

red 124 ◦ green 5 ◦ blue 104

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

Shades of Purple #7C0568

Tints of Purple #7C0568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.64%

R = 53.22%
G = 2.15%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C0568 (or 0x7C0568) is known color: Purple. HEX triplet: 7C, 05 and 68. RGB value is (124,5,104). Sum of RGB (Red+Green+Blue) = 124+5+104=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0568 is #83FA97. Grayscale: #333333. Windows color (decimal): -8649368 or 6817148. OLE color: 6817148.

HSL color Cylindrical-coordinate representation of color #7C0568: hue angle of 310.08º 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 #7C0568 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 5 104 -
CMYK 0 0.96 0.16 0.51
HSL 310.08º 0.92% 0.25% -
HSV(B) 310.08º 0.96% 0.49% -
XYZ 10.87 5.39 13.57 -
YUV 51.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 124 5 104 0 0.96 0.16 0.51 310.08 0.92 0.25
Hex 7C 5 68 0 60 10 33 136 5C 19
Octal 174 5 150 0 140 20 63 466 134 31
Binary 1111100 101 1101000 0 1100000 10000 110011 100110110 1011100 11001

Color Harmonies of #7C0568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0568

Black with #7C0568

Text Example


Text Example

White with #7C0568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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