Html Css Color HEX #7C036B Purple

📋 copy color: '#7C036B'

red 124 ◦ green 3 ◦ blue 107

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

Shades of Purple #7C036B

Tints of Purple #7C036B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 52.99%
G = 1.28%
B = 45.73%

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

#7C036B (or 0x7C036B) is known color: Purple. HEX triplet: 7C, 03 and 6B. RGB value is (124,3,107). Sum of RGB (Red+Green+Blue) = 124+3+107=234 (30% of max value = 765). Red value is 124 (48.83% from 255 or 52.99% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 124 - color contains mainly: red. Hex color #7C036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C036B is #83FC94. Grayscale: #323232. Windows color (decimal): -8649877 or 7013244. OLE color: 7013244.

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

Color convert

RGB 124 3 107 -
CMYK 0 0.98 0.14 0.51
HSL 308.43º 0.95% 0.25% -
HSV(B) 308.43º 0.98% 0.49% -
XYZ 11 5.41 14.37 -
YUV 51.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 124 3 107 0 0.98 0.14 0.51 308.43 0.95 0.25
Hex 7C 3 6B 0 62 E 33 134 5F 19
Octal 174 3 153 0 142 16 63 464 137 31
Binary 1111100 11 1101011 0 1100010 1110 110011 100110100 1011111 11001

Color Harmonies of #7C036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C036B

Black with #7C036B

Text Example


Text Example

White with #7C036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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