Html Css Color HEX #7C006B Purple

📋 copy color: '#7C006B'

red 124 ◦ green 0 ◦ blue 107

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

Shades of Purple #7C006B

Tints of Purple #7C006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.32%

R = 53.68%
G = 0%
B = 46.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C006B (or 0x7C006B) is known color: Purple. HEX triplet: 7C, 00 and 6B. RGB value is (124,0,107). Sum of RGB (Red+Green+Blue) = 124+0+107=231 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.68% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 124 - color contains mainly: red. Hex color #7C006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C006B is #83FF94. Grayscale: #303030. Windows color (decimal): -8650645 or 7012476. OLE color: 7012476.

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

Color convert

RGB 124 0 107 -
CMYK 0 1 0.14 0.51
HSL 308.23º 1% 0.24% -
HSV(B) 308.23º 1% 0.49% -
XYZ 10.97 5.35 14.36 -
YUV 49.27 160.58 181.3 -
System Red Green Blue C M Y K H S L
Decimal 124 0 107 0 1 0.14 0.51 308.23 1 0.24
Hex 7C 0 6B 0 64 E 33 134 64 18
Octal 174 0 153 0 144 16 63 464 144 30
Binary 1111100 0 1101011 0 1100100 1110 110011 100110100 1100100 11000

Color Harmonies of #7C006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C006B

Black with #7C006B

Text Example


Text Example

White with #7C006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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