Html Css Color HEX #7C0965 Dark Purple

📋 copy color: '#7C0965'

red 124 ◦ green 9 ◦ blue 101

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

Shades of Dark Purple #7C0965

Tints of Dark Purple #7C0965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 52.99%
G = 3.85%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C0965 (or 0x7C0965) is known color: Dark Purple. HEX triplet: 7C, 09 and 65. RGB value is (124,9,101). Sum of RGB (Red+Green+Blue) = 124+9+101=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0965 is #83F69A. Grayscale: #353535. Windows color (decimal): -8648347 or 6621564. OLE color: 6621564.

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

Color convert

RGB 124 9 101 -
CMYK 0 0.93 0.19 0.51
HSL 312º 0.86% 0.26% -
HSV(B) 312º 0.93% 0.49% -
XYZ 10.76 5.42 12.79 -
YUV 53.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 124 9 101 0 0.93 0.19 0.51 312 0.86 0.26
Hex 7C 9 65 0 5D 13 33 138 56 1A
Octal 174 11 145 0 135 23 63 470 126 32
Binary 1111100 1001 1100101 0 1011101 10011 110011 100111000 1010110 11010

Color Harmonies of #7C0965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0965

Black with #7C0965

Text Example


Text Example

White with #7C0965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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