Html Css Color HEX #7C0F68 Dark Purple

📋 copy color: '#7C0F68'

red 124 ◦ green 15 ◦ blue 104

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

Shades of Dark Purple #7C0F68

Tints of Dark Purple #7C0F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

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

R = 51.03%
G = 6.17%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7C0F68 (or 0x7C0F68) is known color: Dark Purple. HEX triplet: 7C, 0F and 68. RGB value is (124,15,104). Sum of RGB (Red+Green+Blue) = 124+15+104=243 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.03% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0F68 is #83F097. Grayscale: #393939. Windows color (decimal): -8646808 or 6819708. OLE color: 6819708.

HSL color Cylindrical-coordinate representation of color #7C0F68: hue angle of 311.01º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C0F68 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 15 104 -
CMYK 0 0.88 0.16 0.51
HSL 311.01º 0.78% 0.27% -
HSV(B) 311.01º 0.88% 0.49% -
XYZ 10.98 5.63 13.6 -
YUV 57.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 124 15 104 0 0.88 0.16 0.51 311.01 0.78 0.27
Hex 7C F 68 0 58 10 33 137 4E 1B
Octal 174 17 150 0 130 20 63 467 116 33
Binary 1111100 1111 1101000 0 1011000 10000 110011 100110111 1001110 11011

Color Harmonies of #7C0F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0F68

Black with #7C0F68

Text Example


Text Example

White with #7C0F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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