Html Css Color HEX #7C026B Purple

📋 copy color: '#7C026B'

red 124 ◦ green 2 ◦ blue 107

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

Shades of Purple #7C026B

Tints of Purple #7C026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 53.22%
G = 0.86%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7C026B (or 0x7C026B) is known color: Purple. HEX triplet: 7C, 02 and 6B. RGB value is (124,2,107). Sum of RGB (Red+Green+Blue) = 124+2+107=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C026B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C026B is #83FD94. Grayscale: #323232. Windows color (decimal): -8650133 or 7012988. OLE color: 7012988.

HSL color Cylindrical-coordinate representation of color #7C026B: hue angle of 308.36º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C026B is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 2 107 -
CMYK 0 0.98 0.14 0.51
HSL 308.36º 0.97% 0.25% -
HSV(B) 308.36º 0.98% 0.49% -
XYZ 10.99 5.39 14.37 -
YUV 50.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 124 2 107 0 0.98 0.14 0.51 308.36 0.97 0.25
Hex 7C 2 6B 0 62 E 33 134 61 19
Octal 174 2 153 0 142 16 63 464 141 31
Binary 1111100 10 1101011 0 1100010 1110 110011 100110100 1100001 11001

Color Harmonies of #7C026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C026B

Black with #7C026B

Text Example


Text Example

White with #7C026B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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