Html Css Color HEX #7C0067 Purple

📋 copy color: '#7C0067'

red 124 ◦ green 0 ◦ blue 103

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

Shades of Purple #7C0067

Tints of Purple #7C0067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.63%
G = 0%
B = 45.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7C0067 (or 0x7C0067) is known color: Purple. HEX triplet: 7C, 00 and 67. RGB value is (124,0,103). Sum of RGB (Red+Green+Blue) = 124+0+103=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0067 is #83FF98. Grayscale: #303030. Windows color (decimal): -8650649 or 6750332. OLE color: 6750332.

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

Color convert

RGB 124 0 103 -
CMYK 0 1 0.17 0.51
HSL 310.16º 1% 0.24% -
HSV(B) 310.16º 1% 0.49% -
XYZ 10.76 5.26 13.28 -
YUV 48.82 158.58 181.62 -
System Red Green Blue C M Y K H S L
Decimal 124 0 103 0 1 0.17 0.51 310.16 1 0.24
Hex 7C 0 67 0 64 11 33 136 64 18
Octal 174 0 147 0 144 21 63 466 144 30
Binary 1111100 0 1100111 0 1100100 10001 110011 100110110 1100100 11000

Color Harmonies of #7C0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0067

Black with #7C0067

Text Example


Text Example

White with #7C0067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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