Html Css Color HEX #7C0967 Dark Purple

📋 copy color: '#7C0967'

red 124 ◦ green 9 ◦ blue 103

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

Shades of Dark Purple #7C0967

Tints of Dark Purple #7C0967

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.81%

 BLUE value IS 103 (40.63% from 255) = 43.64%

R = 52.54%
G = 3.81%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7C0967 (or 0x7C0967) is known color: Dark Purple. HEX triplet: 7C, 09 and 67. RGB value is (124,9,103). Sum of RGB (Red+Green+Blue) = 124+9+103=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0967 is #83F698. Grayscale: #353535. Windows color (decimal): -8648345 or 6752636. OLE color: 6752636.

HSL color Cylindrical-coordinate representation of color #7C0967: hue angle of 310.96º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0967 is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 9 103 -
CMYK 0 0.93 0.17 0.51
HSL 310.96º 0.86% 0.26% -
HSV(B) 310.96º 0.93% 0.49% -
XYZ 10.86 5.46 13.31 -
YUV 54.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 124 9 103 0 0.93 0.17 0.51 310.96 0.86 0.26
Hex 7C 9 67 0 5D 11 33 137 56 1A
Octal 174 11 147 0 135 21 63 467 126 32
Binary 1111100 1001 1100111 0 1011101 10001 110011 100110111 1010110 11010

Color Harmonies of #7C0967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0967

Black with #7C0967

Text Example


Text Example

White with #7C0967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,9,103); }

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

background-color css

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

 a { background-color: rgb(124,9,103); }

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

border-color css

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

 span { border-color: rgb(124,9,103); }

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