Html Css Color HEX #7C0B6E Purple

📋 copy color: '#7C0B6E'

red 124 ◦ green 11 ◦ blue 110

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

Shades of Purple #7C0B6E

Tints of Purple #7C0B6E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.49%

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 50.61%
G = 4.49%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7C0B6E (or 0x7C0B6E) is known color: Purple. HEX triplet: 7C, 0B and 6E. RGB value is (124,11,110). Sum of RGB (Red+Green+Blue) = 124+11+110=245 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.61% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0B6E is #83F491. Grayscale: #373737. Windows color (decimal): -8647826 or 7211900. OLE color: 7211900.

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

Color convert

RGB 124 11 110 -
CMYK 0 0.91 0.11 0.51
HSL 307.43º 0.84% 0.26% -
HSV(B) 307.43º 0.91% 0.49% -
XYZ 11.25 5.65 15.25 -
YUV 56.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 124 11 110 0 0.91 0.11 0.51 307.43 0.84 0.26
Hex 7C B 6E 0 5B B 33 133 54 1A
Octal 174 13 156 0 133 13 63 463 124 32
Binary 1111100 1011 1101110 0 1011011 1011 110011 100110011 1010100 11010

Color Harmonies of #7C0B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0B6E

Black with #7C0B6E

Text Example


Text Example

White with #7C0B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,11,110); }

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

background-color css

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

 a { background-color: rgb(124,11,110); }

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

border-color css

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

 span { border-color: rgb(124,11,110); }

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